Html Css Color HEX #AA9942 Turmeric

📋 copy color: '#AA9942'

red 170 ◦ green 153 ◦ blue 66

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

Shades of Turmeric #AA9942

Tints of Turmeric #AA9942

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.33%

 BLUE value IS 66 (26.17% from 255) = 16.97%

R = 43.7%
G = 39.33%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA9942 (or 0xAA9942) is known color: Turmeric. HEX triplet: AA, 99 and 42. RGB value is (170,153,66). Sum of RGB (Red+Green+Blue) = 170+153+66=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 66 (26.17% from 255 or 16.97% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9942 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9942 is #5566BD. Grayscale: #949494. Windows color (decimal): -5596862 or 4364714. OLE color: 4364714.

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

Color convert

RGB 170 153 66 -
CMYK 0 0.1 0.61 0.33
HSL 50.19º 0.44% 0.46% -
HSV(B) 50.19º 0.61% 0.67% -
XYZ 28.95 31.72 9.75 -
YUV 148.17 81.63 143.57 -
System Red Green Blue C M Y K H S L
Decimal 170 153 66 0 0.1 0.61 0.33 50.19 0.44 0.46
Hex AA 99 42 0 A 3D 21 32 2C 2E
Octal 252 231 102 0 12 75 41 62 54 56
Binary 10101010 10011001 1000010 0 1010 111101 100001 110010 101100 101110

Color Harmonies of #AA9942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9942

Black with #AA9942

Text Example


Text Example

White with #AA9942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9942; }

 p { color: rgb(170,153,66); }

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

background-color css

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

 a { background-color: rgb(170,153,66); }

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

border-color css

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

 span { border-color: rgb(170,153,66); }

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