Html Css Color HEX #AA9744 Turmeric

📋 copy color: '#AA9744'

red 170 ◦ green 151 ◦ blue 68

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

Shades of Turmeric #AA9744

Tints of Turmeric #AA9744

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.82%

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

R = 43.7%
G = 38.82%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AA9744 (or 0xAA9744) is known color: Turmeric. HEX triplet: AA, 97 and 44. RGB value is (170,151,68). Sum of RGB (Red+Green+Blue) = 170+151+68=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9744 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9744 is #5568BB. Grayscale: #939393. Windows color (decimal): -5597372 or 4495274. OLE color: 4495274.

HSL color Cylindrical-coordinate representation of color #AA9744: hue angle of 48.82º 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 #AA9744 is Cyan = 0, Magento = 0.11, Yellow = 0.6 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 151 68 -
CMYK 0 0.11 0.6 0.33
HSL 48.82º 0.43% 0.47% -
HSV(B) 48.82º 0.6% 0.67% -
XYZ 28.69 31.1 9.96 -
YUV 147.22 83.29 144.25 -
System Red Green Blue C M Y K H S L
Decimal 170 151 68 0 0.11 0.6 0.33 48.82 0.43 0.47
Hex AA 97 44 0 B 3C 21 31 2B 2F
Octal 252 227 104 0 13 74 41 61 53 57
Binary 10101010 10010111 1000100 0 1011 111100 100001 110001 101011 101111

Color Harmonies of #AA9744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9744

Black with #AA9744

Text Example


Text Example

White with #AA9744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9744; }

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

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

background-color css

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

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

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

border-color css

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

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

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