Html Css Color HEX #AA9A92 Del Rio

📋 copy color: '#AA9A92'

red 170 ◦ green 154 ◦ blue 146

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

Shades of Del Rio #AA9A92

Tints of Del Rio #AA9A92

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.77%

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

R = 36.17%
G = 32.77%
B = 31.06%

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

#AA9A92 (or 0xAA9A92) is known color: Del Rio. HEX triplet: AA, 9A and 92. RGB value is (170,154,146). Sum of RGB (Red+Green+Blue) = 170+154+146=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9A92 is #55656D. Grayscale: #9D9D9D. Windows color (decimal): -5596526 or 9607850. OLE color: 9607850.

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

Color convert

RGB 170 154 146 -
CMYK 0 0.09 0.14 0.33
HSL 20º 0.12% 0.62% -
HSV(B) 20º 0.14% 0.67% -
XYZ 33.32 33.73 31.95 -
YUV 157.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 170 154 146 0 0.09 0.14 0.33 20 0.12 0.62
Hex AA 9A 92 0 9 E 21 14 C 3E
Octal 252 232 222 0 11 16 41 24 14 76
Binary 10101010 10011010 10010010 0 1001 1110 100001 10100 1100 111110

Color Harmonies of #AA9A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9A92

Black with #AA9A92

Text Example


Text Example

White with #AA9A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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