Html Css Color HEX #AA9B92 Del Rio

📋 copy color: '#AA9B92'

red 170 ◦ green 155 ◦ blue 146

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

Shades of Del Rio #AA9B92

Tints of Del Rio #AA9B92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31%

R = 36.09%
G = 32.91%
B = 31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA9B92 (or 0xAA9B92) is known color: Del Rio. HEX triplet: AA, 9B and 92. RGB value is (170,155,146). Sum of RGB (Red+Green+Blue) = 170+155+146=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9B92 is #55646D. Grayscale: #9E9E9E. Windows color (decimal): -5596270 or 9608106. OLE color: 9608106.

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

Color convert

RGB 170 155 146 -
CMYK 0 0.09 0.14 0.33
HSL 22.5º 0.12% 0.62% -
HSV(B) 22.5º 0.14% 0.67% -
XYZ 33.49 34.06 32 -
YUV 158.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 170 155 146 0 0.09 0.14 0.33 22.5 0.12 0.62
Hex AA 9B 92 0 9 E 21 16 C 3E
Octal 252 233 222 0 11 16 41 26 14 76
Binary 10101010 10011011 10010010 0 1001 1110 100001 10110 1100 111110

Color Harmonies of #AA9B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9B92

Black with #AA9B92

Text Example


Text Example

White with #AA9B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9B92; }

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

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

background-color css

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

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

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

border-color css

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

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

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