Html Css Color HEX #AA9740 Turmeric

📋 copy color: '#AA9740'

red 170 ◦ green 151 ◦ blue 64

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

Shades of Turmeric #AA9740

Tints of Turmeric #AA9740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.62%

R = 44.16%
G = 39.22%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA9740 (or 0xAA9740) is known color: Turmeric. HEX triplet: AA, 97 and 40. RGB value is (170,151,64). Sum of RGB (Red+Green+Blue) = 170+151+64=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9740 is #5568BF. Grayscale: #939393. Windows color (decimal): -5597376 or 4233130. OLE color: 4233130.

HSL color Cylindrical-coordinate representation of color #AA9740: hue angle of 49.25º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA9740 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 151 64 -
CMYK 0 0.11 0.62 0.33
HSL 49.25º 0.45% 0.46% -
HSV(B) 49.25º 0.62% 0.67% -
XYZ 28.57 31.05 9.34 -
YUV 146.76 81.29 144.57 -
System Red Green Blue C M Y K H S L
Decimal 170 151 64 0 0.11 0.62 0.33 49.25 0.45 0.46
Hex AA 97 40 0 B 3E 21 31 2D 2E
Octal 252 227 100 0 13 76 41 61 55 56
Binary 10101010 10010111 1000000 0 1011 111110 100001 110001 101101 101110

Color Harmonies of #AA9740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9740

Black with #AA9740

Text Example


Text Example

White with #AA9740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9740; }

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

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

background-color css

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

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

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

border-color css

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

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

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