Html Css Color HEX #AA8F4C Turmeric

📋 copy color: '#AA8F4C'

red 170 ◦ green 143 ◦ blue 76

#AA8F4C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turmeric #AA8F4C

Tints of Turmeric #AA8F4C

RGB

 RED value IS 170 (66.8% from 255) = 43.7%

 GREEN value IS 143 (56.25% from 255) = 36.76%

 BLUE value IS 76 (30.08% from 255) = 19.54%

R = 43.7%
G = 36.76%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AA8F4C (or 0xAA8F4C) is known color: Turmeric. HEX triplet: AA, 8F and 4C. RGB value is (170,143,76). Sum of RGB (Red+Green+Blue) = 170+143+76=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8F4C is #5570B3. Grayscale: #8F8F8F. Windows color (decimal): -5599412 or 5017514. OLE color: 5017514.

HSL color Cylindrical-coordinate representation of color #AA8F4C: hue angle of 42.77º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA8F4C is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 143 76 -
CMYK 0 0.16 0.55 0.33
HSL 42.77º 0.38% 0.48% -
HSV(B) 42.77º 0.55% 0.67% -
XYZ 27.7 28.71 10.92 -
YUV 143.44 89.95 146.95 -
System Red Green Blue C M Y K H S L
Decimal 170 143 76 0 0.16 0.55 0.33 42.77 0.38 0.48
Hex AA 8F 4C 0 10 37 21 2B 26 30
Octal 252 217 114 0 20 67 41 53 46 60
Binary 10101010 10001111 1001100 0 10000 110111 100001 101011 100110 110000

Color Harmonies of #AA8F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8F4C

Black with #AA8F4C

Text Example


Text Example

White with #AA8F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8F4C; }

 p { color: rgb(170,143,76); }

 H1.HeaderClassName
 {
   color: #AA8F4C;
 }
 .AnyTagClassName
 {
   color: #AA8F4C;
 }
</style>

background-color css

<style>
 a { background-color: #AA8F4C; }

 a { background-color: rgb(170,143,76); }

 div.DivClassName
 {
   background-color: #AA8F4C;
 }
 .BgClassName
 {
   background-color: #AA8F4C;
 }
</style>

border-color css

<style>
 span { border-color: #AA8F4C; }

 span { border-color: rgb(170,143,76); }

 td.TdClassName
 {
   border-color: #AA8F4C;
 }
 .TagClassName
 {
   border-color: #AA8F4C;
 }
</style>