Html Css Color HEX #AA953F Turmeric

📋 copy color: '#AA953F'

red 170 ◦ green 149 ◦ blue 63

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

Shades of Turmeric #AA953F

Tints of Turmeric #AA953F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.49%

R = 44.5%
G = 39.01%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA953F (or 0xAA953F) is known color: Turmeric. HEX triplet: AA, 95 and 3F. RGB value is (170,149,63). Sum of RGB (Red+Green+Blue) = 170+149+63=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA953F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA953F is #556AC0. Grayscale: #919191. Windows color (decimal): -5597889 or 4167082. OLE color: 4167082.

HSL color Cylindrical-coordinate representation of color #AA953F: hue angle of 48.22º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA953F is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 149 63 -
CMYK 0 0.12 0.63 0.33
HSL 48.22º 0.46% 0.46% -
HSV(B) 48.22º 0.63% 0.67% -
XYZ 28.22 30.4 9.08 -
YUV 145.48 81.46 145.49 -
System Red Green Blue C M Y K H S L
Decimal 170 149 63 0 0.12 0.63 0.33 48.22 0.46 0.46
Hex AA 95 3F 0 C 3F 21 30 2E 2E
Octal 252 225 77 0 14 77 41 60 56 56
Binary 10101010 10010101 111111 0 1100 111111 100001 110000 101110 101110

Color Harmonies of #AA953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA953F

Black with #AA953F

Text Example


Text Example

White with #AA953F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA953F; }

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

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

background-color css

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

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

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

border-color css

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

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

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