Html Css Color HEX #AAA09A Del Rio

📋 copy color: '#AAA09A'

red 170 ◦ green 160 ◦ blue 154

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

Shades of Del Rio #AAA09A

Tints of Del Rio #AAA09A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.06%

 BLUE value IS 154 (60.55% from 255) = 31.82%

R = 35.12%
G = 33.06%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AAA09A (or 0xAAA09A) is known color: Del Rio. HEX triplet: AA, A0 and 9A. RGB value is (170,160,154). Sum of RGB (Red+Green+Blue) = 170+160+154=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA09A is #555F65. Grayscale: #A2A2A2. Windows color (decimal): -5594982 or 10133674. OLE color: 10133674.

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

Color convert

RGB 170 160 154 -
CMYK 0 0.06 0.09 0.33
HSL 22.5º 0.09% 0.64% -
HSV(B) 22.5º 0.09% 0.67% -
XYZ 34.98 36.02 35.68 -
YUV 162.31 123.31 133.49 -
System Red Green Blue C M Y K H S L
Decimal 170 160 154 0 0.06 0.09 0.33 22.5 0.09 0.64
Hex AA A0 9A 0 6 9 21 16 9 40
Octal 252 240 232 0 6 11 41 26 11 100
Binary 10101010 10100000 10011010 0 110 1001 100001 10110 1001 1000000

Color Harmonies of #AAA09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA09A

Black with #AAA09A

Text Example


Text Example

White with #AAA09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA09A; }

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

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

background-color css

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

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

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

border-color css

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

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

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