Html Css Color HEX #AA9389 Del Rio

📋 copy color: '#AA9389'

red 170 ◦ green 147 ◦ blue 137

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

Shades of Del Rio #AA9389

Tints of Del Rio #AA9389

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.38%

 BLUE value IS 137 (53.91% from 255) = 30.18%

R = 37.44%
G = 32.38%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA9389 (or 0xAA9389) is known color: Del Rio. HEX triplet: AA, 93 and 89. RGB value is (170,147,137). Sum of RGB (Red+Green+Blue) = 170+147+137=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 137 (53.91% from 255 or 30.18% from 454); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9389 is #556C76. Grayscale: #989898. Windows color (decimal): -5598327 or 9016234. OLE color: 9016234.

HSL color Cylindrical-coordinate representation of color #AA9389: hue angle of 18.18º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA9389 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 147 137 -
CMYK 0 0.14 0.19 0.33
HSL 18.18º 0.16% 0.6% -
HSV(B) 18.18º 0.19% 0.67% -
XYZ 31.53 31.22 28.03 -
YUV 152.74 119.12 140.31 -
System Red Green Blue C M Y K H S L
Decimal 170 147 137 0 0.14 0.19 0.33 18.18 0.16 0.6
Hex AA 93 89 0 E 13 21 12 10 3C
Octal 252 223 211 0 16 23 41 22 20 74
Binary 10101010 10010011 10001001 0 1110 10011 100001 10010 10000 111100

Color Harmonies of #AA9389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9389

Black with #AA9389

Text Example


Text Example

White with #AA9389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9389; }

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

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

background-color css

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

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

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

border-color css

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

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

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