Html Css Color HEX #AA9A93 Del Rio

📋 copy color: '#AA9A93'

red 170 ◦ green 154 ◦ blue 147

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

Shades of Del Rio #AA9A93

Tints of Del Rio #AA9A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.21%

R = 36.09%
G = 32.7%
B = 31.21%

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

#AA9A93 (or 0xAA9A93) is known color: Del Rio. HEX triplet: AA, 9A and 93. RGB value is (170,154,147). Sum of RGB (Red+Green+Blue) = 170+154+147=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9A93 is #55656C. Grayscale: #9E9E9E. Windows color (decimal): -5596525 or 9673386. OLE color: 9673386.

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

Color convert

RGB 170 154 147 -
CMYK 0 0.09 0.14 0.33
HSL 18.26º 0.12% 0.62% -
HSV(B) 18.26º 0.14% 0.67% -
XYZ 33.4 33.76 32.36 -
YUV 157.99 121.8 136.57 -
System Red Green Blue C M Y K H S L
Decimal 170 154 147 0 0.09 0.14 0.33 18.26 0.12 0.62
Hex AA 9A 93 0 9 E 21 12 C 3E
Octal 252 232 223 0 11 16 41 22 14 76
Binary 10101010 10011010 10010011 0 1001 1110 100001 10010 1100 111110

Color Harmonies of #AA9A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9A93

Black with #AA9A93

Text Example


Text Example

White with #AA9A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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