Html Css Color HEX #AA9641 Turmeric

📋 copy color: '#AA9641'

red 170 ◦ green 150 ◦ blue 65

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

Shades of Turmeric #AA9641

Tints of Turmeric #AA9641

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.96%

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

R = 44.16%
G = 38.96%
B = 16.88%

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

#AA9641 (or 0xAA9641) is known color: Turmeric. HEX triplet: AA, 96 and 41. RGB value is (170,150,65). Sum of RGB (Red+Green+Blue) = 170+150+65=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9641 is #5569BE. Grayscale: #929292. Windows color (decimal): -5597631 or 4298410. OLE color: 4298410.

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

Color convert

RGB 170 150 65 -
CMYK 0 0.12 0.62 0.33
HSL 48.57º 0.45% 0.46% -
HSV(B) 48.57º 0.62% 0.67% -
XYZ 28.44 30.74 9.44 -
YUV 146.29 82.13 144.91 -
System Red Green Blue C M Y K H S L
Decimal 170 150 65 0 0.12 0.62 0.33 48.57 0.45 0.46
Hex AA 96 41 0 C 3E 21 31 2D 2E
Octal 252 226 101 0 14 76 41 61 55 56
Binary 10101010 10010110 1000001 0 1100 111110 100001 110001 101101 101110

Color Harmonies of #AA9641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9641

Black with #AA9641

Text Example


Text Example

White with #AA9641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9641; }

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

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

background-color css

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

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

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

border-color css

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

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

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