Html Css Color HEX #AA953E Turmeric

📋 copy color: '#AA953E'

red 170 ◦ green 149 ◦ blue 62

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

Shades of Turmeric #AA953E

Tints of Turmeric #AA953E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.27%

R = 44.62%
G = 39.11%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA953E (or 0xAA953E) is known color: Turmeric. HEX triplet: AA, 95 and 3E. RGB value is (170,149,62). Sum of RGB (Red+Green+Blue) = 170+149+62=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 62 (24.61% from 255 or 16.27% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA953E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA953E is #556AC1. Grayscale: #919191. Windows color (decimal): -5597890 or 4101546. OLE color: 4101546.

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

Color convert

RGB 170 149 62 -
CMYK 0 0.12 0.64 0.33
HSL 48.33º 0.47% 0.45% -
HSV(B) 48.33º 0.64% 0.67% -
XYZ 28.19 30.39 8.94 -
YUV 145.36 80.96 145.57 -
System Red Green Blue C M Y K H S L
Decimal 170 149 62 0 0.12 0.64 0.33 48.33 0.47 0.45
Hex AA 95 3E 0 C 40 21 30 2F 2D
Octal 252 225 76 0 14 100 41 60 57 55
Binary 10101010 10010101 111110 0 1100 1000000 100001 110000 101111 101101

Color Harmonies of #AA953E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA953E

Black with #AA953E

Text Example


Text Example

White with #AA953E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA953E; }

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

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

background-color css

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

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

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

border-color css

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

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

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