Html Css Color HEX #AA973C Turmeric

📋 copy color: '#AA973C'

red 170 ◦ green 151 ◦ blue 60

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

Shades of Turmeric #AA973C

Tints of Turmeric #AA973C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.63%

 BLUE value IS 60 (23.83% from 255) = 15.75%

R = 44.62%
G = 39.63%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA973C (or 0xAA973C) is known color: Turmeric. HEX triplet: AA, 97 and 3C. RGB value is (170,151,60). Sum of RGB (Red+Green+Blue) = 170+151+60=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA973C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA973C is #5568C3. Grayscale: #929292. Windows color (decimal): -5597380 or 3970986. OLE color: 3970986.

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

Color convert

RGB 170 151 60 -
CMYK 0 0.11 0.65 0.33
HSL 49.64º 0.48% 0.45% -
HSV(B) 49.64º 0.65% 0.67% -
XYZ 28.46 31.01 8.76 -
YUV 146.31 79.29 144.9 -
System Red Green Blue C M Y K H S L
Decimal 170 151 60 0 0.11 0.65 0.33 49.64 0.48 0.45
Hex AA 97 3C 0 B 41 21 32 30 2D
Octal 252 227 74 0 13 101 41 62 60 55
Binary 10101010 10010111 111100 0 1011 1000001 100001 110010 110000 101101

Color Harmonies of #AA973C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA973C

Black with #AA973C

Text Example


Text Example

White with #AA973C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA973C; }

 p { color: rgb(170,151,60); }

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

background-color css

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

 a { background-color: rgb(170,151,60); }

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

border-color css

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

 span { border-color: rgb(170,151,60); }

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