Html Css Color HEX #AA8F45 Turmeric

📋 copy color: '#AA8F45'

red 170 ◦ green 143 ◦ blue 69

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

Shades of Turmeric #AA8F45

Tints of Turmeric #AA8F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.06%

R = 44.5%
G = 37.43%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA8F45 (or 0xAA8F45) is known color: Turmeric. HEX triplet: AA, 8F and 45. RGB value is (170,143,69). Sum of RGB (Red+Green+Blue) = 170+143+69=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8F45 is #5570BA. Grayscale: #8E8E8E. Windows color (decimal): -5599419 or 4558762. OLE color: 4558762.

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

Color convert

RGB 170 143 69 -
CMYK 0 0.16 0.59 0.33
HSL 43.96º 0.42% 0.47% -
HSV(B) 43.96º 0.59% 0.67% -
XYZ 27.47 28.62 9.71 -
YUV 142.64 86.45 147.52 -
System Red Green Blue C M Y K H S L
Decimal 170 143 69 0 0.16 0.59 0.33 43.96 0.42 0.47
Hex AA 8F 45 0 10 3B 21 2C 2A 2F
Octal 252 217 105 0 20 73 41 54 52 57
Binary 10101010 10001111 1000101 0 10000 111011 100001 101100 101010 101111

Color Harmonies of #AA8F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8F45

Black with #AA8F45

Text Example


Text Example

White with #AA8F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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