Html Css Color HEX #AA953C Turmeric

📋 copy color: '#AA953C'

red 170 ◦ green 149 ◦ blue 60

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

Shades of Turmeric #AA953C

Tints of Turmeric #AA953C

RGB

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

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

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

R = 44.85%
G = 39.31%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA953C (or 0xAA953C) is known color: Turmeric. HEX triplet: AA, 95 and 3C. RGB value is (170,149,60). Sum of RGB (Red+Green+Blue) = 170+149+60=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA953C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA953C is #556AC3. Grayscale: #919191. Windows color (decimal): -5597892 or 3970474. OLE color: 3970474.

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

Color convert

RGB 170 149 60 -
CMYK 0 0.12 0.65 0.33
HSL 48.55º 0.48% 0.45% -
HSV(B) 48.55º 0.65% 0.67% -
XYZ 28.14 30.37 8.65 -
YUV 145.13 79.96 145.74 -
System Red Green Blue C M Y K H S L
Decimal 170 149 60 0 0.12 0.65 0.33 48.55 0.48 0.45
Hex AA 95 3C 0 C 41 21 31 30 2D
Octal 252 225 74 0 14 101 41 61 60 55
Binary 10101010 10010101 111100 0 1100 1000001 100001 110001 110000 101101

Color Harmonies of #AA953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA953C

Black with #AA953C

Text Example


Text Example

White with #AA953C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA953C; }

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

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

background-color css

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

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

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

border-color css

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

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

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