Html Css Color HEX #AA9541 Turmeric

📋 copy color: '#AA9541'

red 170 ◦ green 149 ◦ blue 65

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

Shades of Turmeric #AA9541

Tints of Turmeric #AA9541

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.8%

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

R = 44.27%
G = 38.8%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA9541 (or 0xAA9541) is known color: Turmeric. HEX triplet: AA, 95 and 41. RGB value is (170,149,65). Sum of RGB (Red+Green+Blue) = 170+149+65=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9541 is #556ABE. Grayscale: #929292. Windows color (decimal): -5597887 or 4298154. OLE color: 4298154.

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

Color convert

RGB 170 149 65 -
CMYK 0 0.12 0.62 0.33
HSL 48º 0.45% 0.46% -
HSV(B) 48º 0.62% 0.67% -
XYZ 28.28 30.42 9.38 -
YUV 145.7 82.46 145.33 -
System Red Green Blue C M Y K H S L
Decimal 170 149 65 0 0.12 0.62 0.33 48 0.45 0.46
Hex AA 95 41 0 C 3E 21 30 2D 2E
Octal 252 225 101 0 14 76 41 60 55 56
Binary 10101010 10010101 1000001 0 1100 111110 100001 110000 101101 101110

Color Harmonies of #AA9541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9541

Black with #AA9541

Text Example


Text Example

White with #AA9541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9541; }

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

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

background-color css

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

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

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

border-color css

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

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

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