Html Css Color HEX #AA9A94 Del Rio

📋 copy color: '#AA9A94'

red 170 ◦ green 154 ◦ blue 148

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

Shades of Del Rio #AA9A94

Tints of Del Rio #AA9A94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.36%

R = 36.02%
G = 32.63%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AA9A94 (or 0xAA9A94) is known color: Del Rio. HEX triplet: AA, 9A and 94. RGB value is (170,154,148). Sum of RGB (Red+Green+Blue) = 170+154+148=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9A94 is #55656B. Grayscale: #9E9E9E. Windows color (decimal): -5596524 or 9738922. OLE color: 9738922.

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

Color convert

RGB 170 154 148 -
CMYK 0 0.09 0.13 0.33
HSL 16.36º 0.11% 0.62% -
HSV(B) 16.36º 0.13% 0.67% -
XYZ 33.48 33.8 32.78 -
YUV 158.1 122.3 136.49 -
System Red Green Blue C M Y K H S L
Decimal 170 154 148 0 0.09 0.13 0.33 16.36 0.11 0.62
Hex AA 9A 94 0 9 D 21 10 B 3E
Octal 252 232 224 0 11 15 41 20 13 76
Binary 10101010 10011010 10010100 0 1001 1101 100001 10000 1011 111110

Color Harmonies of #AA9A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9A94

Black with #AA9A94

Text Example


Text Example

White with #AA9A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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