Html Css Color HEX #AA9840 Turmeric

📋 copy color: '#AA9840'

red 170 ◦ green 152 ◦ blue 64

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

Shades of Turmeric #AA9840

Tints of Turmeric #AA9840

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.38%

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

R = 44.04%
G = 39.38%
B = 16.58%

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

#AA9840 (or 0xAA9840) is known color: Turmeric. HEX triplet: AA, 98 and 40. RGB value is (170,152,64). Sum of RGB (Red+Green+Blue) = 170+152+64=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9840 is #5567BF. Grayscale: #939393. Windows color (decimal): -5597120 or 4233386. OLE color: 4233386.

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

Color convert

RGB 170 152 64 -
CMYK 0 0.11 0.62 0.33
HSL 49.81º 0.45% 0.46% -
HSV(B) 49.81º 0.62% 0.67% -
XYZ 28.73 31.37 9.39 -
YUV 147.35 80.96 144.16 -
System Red Green Blue C M Y K H S L
Decimal 170 152 64 0 0.11 0.62 0.33 49.81 0.45 0.46
Hex AA 98 40 0 B 3E 21 32 2D 2E
Octal 252 230 100 0 13 76 41 62 55 56
Binary 10101010 10011000 1000000 0 1011 111110 100001 110010 101101 101110

Color Harmonies of #AA9840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9840

Black with #AA9840

Text Example


Text Example

White with #AA9840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9840; }

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

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

background-color css

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

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

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

border-color css

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

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

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