Html Css Color HEX #AA9C95 Del Rio

📋 copy color: '#AA9C95'

red 170 ◦ green 156 ◦ blue 149

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

Shades of Del Rio #AA9C95

Tints of Del Rio #AA9C95

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.84%

 BLUE value IS 149 (58.59% from 255) = 31.37%

R = 35.79%
G = 32.84%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA9C95 (or 0xAA9C95) is known color: Del Rio. HEX triplet: AA, 9C and 95. RGB value is (170,156,149). Sum of RGB (Red+Green+Blue) = 170+156+149=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9C95 is #55636A. Grayscale: #9F9F9F. Windows color (decimal): -5596011 or 9804970. OLE color: 9804970.

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

Color convert

RGB 170 156 149 -
CMYK 0 0.08 0.12 0.33
HSL 20º 0.11% 0.63% -
HSV(B) 20º 0.12% 0.67% -
XYZ 33.89 34.49 33.31 -
YUV 159.39 122.14 135.57 -
System Red Green Blue C M Y K H S L
Decimal 170 156 149 0 0.08 0.12 0.33 20 0.11 0.63
Hex AA 9C 95 0 8 C 21 14 B 3F
Octal 252 234 225 0 10 14 41 24 13 77
Binary 10101010 10011100 10010101 0 1000 1100 100001 10100 1011 111111

Color Harmonies of #AA9C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9C95

Black with #AA9C95

Text Example


Text Example

White with #AA9C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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