Html Css Color HEX #AA9892 Del Rio

📋 copy color: '#AA9892'

red 170 ◦ green 152 ◦ blue 146

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

Shades of Del Rio #AA9892

Tints of Del Rio #AA9892

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.48%

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

R = 36.32%
G = 32.48%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA9892 (or 0xAA9892) is known color: Del Rio. HEX triplet: AA, 98 and 92. RGB value is (170,152,146). Sum of RGB (Red+Green+Blue) = 170+152+146=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9892 is #55676D. Grayscale: #9C9C9C. Windows color (decimal): -5597038 or 9607338. OLE color: 9607338.

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

Color convert

RGB 170 152 146 -
CMYK 0 0.11 0.14 0.33
HSL 15º 0.12% 0.62% -
HSV(B) 15º 0.14% 0.67% -
XYZ 32.99 33.08 31.84 -
YUV 156.7 121.96 137.49 -
System Red Green Blue C M Y K H S L
Decimal 170 152 146 0 0.11 0.14 0.33 15 0.12 0.62
Hex AA 98 92 0 B E 21 F C 3E
Octal 252 230 222 0 13 16 41 17 14 76
Binary 10101010 10011000 10010010 0 1011 1110 100001 1111 1100 111110

Color Harmonies of #AA9892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9892

Black with #AA9892

Text Example


Text Example

White with #AA9892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9892; }

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

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

background-color css

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

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

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

border-color css

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

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

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