Html Css Color HEX #AA9993 Del Rio

📋 copy color: '#AA9993'

red 170 ◦ green 153 ◦ blue 147

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

Shades of Del Rio #AA9993

Tints of Del Rio #AA9993

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.55%

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

R = 36.17%
G = 32.55%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA9993 (or 0xAA9993) is known color: Del Rio. HEX triplet: AA, 99 and 93. RGB value is (170,153,147). Sum of RGB (Red+Green+Blue) = 170+153+147=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9993 is #55666C. Grayscale: #9D9D9D. Windows color (decimal): -5596781 or 9673130. OLE color: 9673130.

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

Color convert

RGB 170 153 147 -
CMYK 0 0.1 0.14 0.33
HSL 15.65º 0.12% 0.62% -
HSV(B) 15.65º 0.14% 0.67% -
XYZ 33.24 33.44 32.31 -
YUV 157.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 170 153 147 0 0.1 0.14 0.33 15.65 0.12 0.62
Hex AA 99 93 0 A E 21 10 C 3E
Octal 252 231 223 0 12 16 41 20 14 76
Binary 10101010 10011001 10010011 0 1010 1110 100001 10000 1100 111110

Color Harmonies of #AA9993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9993

Black with #AA9993

Text Example


Text Example

White with #AA9993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9993; }

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

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

background-color css

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

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

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

border-color css

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

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

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