Html Css Color HEX #AA9544 Turmeric

📋 copy color: '#AA9544'

red 170 ◦ green 149 ◦ blue 68

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

Shades of Turmeric #AA9544

Tints of Turmeric #AA9544

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.5%

 BLUE value IS 68 (26.95% from 255) = 17.57%

R = 43.93%
G = 38.5%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AA9544 (or 0xAA9544) is known color: Turmeric. HEX triplet: AA, 95 and 44. RGB value is (170,149,68). Sum of RGB (Red+Green+Blue) = 170+149+68=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9544 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9544 is #556ABB. Grayscale: #929292. Windows color (decimal): -5597884 or 4494762. OLE color: 4494762.

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

Color convert

RGB 170 149 68 -
CMYK 0 0.12 0.6 0.33
HSL 47.65º 0.43% 0.47% -
HSV(B) 47.65º 0.6% 0.67% -
XYZ 28.37 30.46 9.85 -
YUV 146.05 83.96 145.09 -
System Red Green Blue C M Y K H S L
Decimal 170 149 68 0 0.12 0.6 0.33 47.65 0.43 0.47
Hex AA 95 44 0 C 3C 21 30 2B 2F
Octal 252 225 104 0 14 74 41 60 53 57
Binary 10101010 10010101 1000100 0 1100 111100 100001 110000 101011 101111

Color Harmonies of #AA9544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9544

Black with #AA9544

Text Example


Text Example

White with #AA9544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9544; }

 p { color: rgb(170,149,68); }

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

background-color css

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

 a { background-color: rgb(170,149,68); }

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

border-color css

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

 span { border-color: rgb(170,149,68); }

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