Html Css Color HEX #AA9585 Sandrift

📋 copy color: '#AA9585'

red 170 ◦ green 149 ◦ blue 133

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

Shades of Sandrift #AA9585

Tints of Sandrift #AA9585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.42%

R = 37.61%
G = 32.96%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AA9585 (or 0xAA9585) is known color: Sandrift. HEX triplet: AA, 95 and 85. RGB value is (170,149,133). Sum of RGB (Red+Green+Blue) = 170+149+133=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9585 is #556A7A. Grayscale: #999999. Windows color (decimal): -5597819 or 8754602. OLE color: 8754602.

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

Color convert

RGB 170 149 133 -
CMYK 0 0.12 0.22 0.33
HSL 25.95º 0.18% 0.59% -
HSV(B) 25.95º 0.22% 0.67% -
XYZ 31.56 31.73 26.65 -
YUV 153.46 116.46 139.8 -
System Red Green Blue C M Y K H S L
Decimal 170 149 133 0 0.12 0.22 0.33 25.95 0.18 0.59
Hex AA 95 85 0 C 16 21 1A 12 3B
Octal 252 225 205 0 14 26 41 32 22 73
Binary 10101010 10010101 10000101 0 1100 10110 100001 11010 10010 111011

Color Harmonies of #AA9585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9585

Black with #AA9585

Text Example


Text Example

White with #AA9585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9585; }

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

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

background-color css

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

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

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

border-color css

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

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

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