Html Css Color HEX #AA9B96 Del Rio

📋 copy color: '#AA9B96'

red 170 ◦ green 155 ◦ blue 150

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

Shades of Del Rio #AA9B96

Tints of Del Rio #AA9B96

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.63%

 BLUE value IS 150 (58.98% from 255) = 31.58%

R = 35.79%
G = 32.63%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA9B96 (or 0xAA9B96) is known color: Del Rio. HEX triplet: AA, 9B and 96. RGB value is (170,155,150). Sum of RGB (Red+Green+Blue) = 170+155+150=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9B96 is #556469. Grayscale: #9E9E9E. Windows color (decimal): -5596266 or 9870250. OLE color: 9870250.

HSL color Cylindrical-coordinate representation of color #AA9B96: hue angle of 15º 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 #AA9B96 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 155 150 -
CMYK 0 0.09 0.12 0.33
HSL 15º 0.11% 0.63% -
HSV(B) 15º 0.12% 0.67% -
XYZ 33.8 34.19 33.67 -
YUV 158.92 122.97 135.91 -
System Red Green Blue C M Y K H S L
Decimal 170 155 150 0 0.09 0.12 0.33 15 0.11 0.63
Hex AA 9B 96 0 9 C 21 F B 3F
Octal 252 233 226 0 11 14 41 17 13 77
Binary 10101010 10011011 10010110 0 1001 1100 100001 1111 1011 111111

Color Harmonies of #AA9B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9B96

Black with #AA9B96

Text Example


Text Example

White with #AA9B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9B96; }

 p { color: rgb(170,155,150); }

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

background-color css

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

 a { background-color: rgb(170,155,150); }

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

border-color css

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

 span { border-color: rgb(170,155,150); }

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