Html Css Color HEX #AA9241 Turmeric

📋 copy color: '#AA9241'

red 170 ◦ green 146 ◦ blue 65

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

Shades of Turmeric #AA9241

Tints of Turmeric #AA9241

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.32%

 BLUE value IS 65 (25.78% from 255) = 17.06%

R = 44.62%
G = 38.32%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA9241 (or 0xAA9241) is known color: Turmeric. HEX triplet: AA, 92 and 41. RGB value is (170,146,65). Sum of RGB (Red+Green+Blue) = 170+146+65=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9241 is #556DBE. Grayscale: #909090. Windows color (decimal): -5598655 or 4297386. OLE color: 4297386.

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

Color convert

RGB 170 146 65 -
CMYK 0 0.14 0.62 0.33
HSL 46.29º 0.45% 0.46% -
HSV(B) 46.29º 0.62% 0.67% -
XYZ 27.81 29.49 9.23 -
YUV 143.94 83.45 146.59 -
System Red Green Blue C M Y K H S L
Decimal 170 146 65 0 0.14 0.62 0.33 46.29 0.45 0.46
Hex AA 92 41 0 E 3E 21 2E 2D 2E
Octal 252 222 101 0 16 76 41 56 55 56
Binary 10101010 10010010 1000001 0 1110 111110 100001 101110 101101 101110

Color Harmonies of #AA9241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9241

Black with #AA9241

Text Example


Text Example

White with #AA9241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9241; }

 p { color: rgb(170,146,65); }

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

background-color css

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

 a { background-color: rgb(170,146,65); }

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

border-color css

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

 span { border-color: rgb(170,146,65); }

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