Html Css Color HEX #AA9A3E Turmeric

📋 copy color: '#AA9A3E'

red 170 ◦ green 154 ◦ blue 62

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

Shades of Turmeric #AA9A3E

Tints of Turmeric #AA9A3E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.9%

 BLUE value IS 62 (24.61% from 255) = 16.06%

R = 44.04%
G = 39.9%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA9A3E (or 0xAA9A3E) is known color: Turmeric. HEX triplet: AA, 9A and 3E. RGB value is (170,154,62). Sum of RGB (Red+Green+Blue) = 170+154+62=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9A3E is #5565C1. Grayscale: #949494. Windows color (decimal): -5596610 or 4102826. OLE color: 4102826.

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

Color convert

RGB 170 154 62 -
CMYK 0 0.09 0.64 0.33
HSL 51.11º 0.47% 0.45% -
HSV(B) 51.11º 0.64% 0.67% -
XYZ 29 32.01 9.21 -
YUV 148.3 79.3 143.48 -
System Red Green Blue C M Y K H S L
Decimal 170 154 62 0 0.09 0.64 0.33 51.11 0.47 0.45
Hex AA 9A 3E 0 9 40 21 33 2F 2D
Octal 252 232 76 0 11 100 41 63 57 55
Binary 10101010 10011010 111110 0 1001 1000000 100001 110011 101111 101101

Color Harmonies of #AA9A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9A3E

Black with #AA9A3E

Text Example


Text Example

White with #AA9A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9A3E; }

 p { color: rgb(170,154,62); }

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

background-color css

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

 a { background-color: rgb(170,154,62); }

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

border-color css

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

 span { border-color: rgb(170,154,62); }

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