Html Css Color HEX #AA9582 Sandrift

📋 copy color: '#AA9582'

red 170 ◦ green 149 ◦ blue 130

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

Shades of Sandrift #AA9582

Tints of Sandrift #AA9582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.95%

R = 37.86%
G = 33.18%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA9582 (or 0xAA9582) is known color: Sandrift. HEX triplet: AA, 95 and 82. RGB value is (170,149,130). Sum of RGB (Red+Green+Blue) = 170+149+130=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9582 is #556A7D. Grayscale: #999999. Windows color (decimal): -5597822 or 8557994. OLE color: 8557994.

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

Color convert

RGB 170 149 130 -
CMYK 0 0.12 0.24 0.33
HSL 28.5º 0.19% 0.59% -
HSV(B) 28.5º 0.24% 0.67% -
XYZ 31.35 31.65 25.58 -
YUV 153.11 114.96 140.04 -
System Red Green Blue C M Y K H S L
Decimal 170 149 130 0 0.12 0.24 0.33 28.5 0.19 0.59
Hex AA 95 82 0 C 18 21 1C 13 3B
Octal 252 225 202 0 14 30 41 34 23 73
Binary 10101010 10010101 10000010 0 1100 11000 100001 11100 10011 111011

Color Harmonies of #AA9582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9582

Black with #AA9582

Text Example


Text Example

White with #AA9582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9582; }

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

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

background-color css

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

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

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

border-color css

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

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

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