Html Css Color HEX #A99990 Del Rio

📋 copy color: '#A99990'

red 169 ◦ green 153 ◦ blue 144

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

Shades of Del Rio #A99990

Tints of Del Rio #A99990

RGB

 RED value IS 169 (66.41% from 255) = 36.27%

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

 BLUE value IS 144 (56.64% from 255) = 30.9%

R = 36.27%
G = 32.83%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A99990 (or 0xA99990) is known color: Del Rio. HEX triplet: A9, 99 and 90. RGB value is (169,153,144). Sum of RGB (Red+Green+Blue) = 169+153+144=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 169 - color contains mainly: red. Hex color #A99990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99990 is #56666F. Grayscale: #9C9C9C. Windows color (decimal): -5662320 or 9476521. OLE color: 9476521.

HSL color Cylindrical-coordinate representation of color #A99990: hue angle of 21.6º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A99990 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 153 144 -
CMYK 0 0.09 0.15 0.34
HSL 21.6º 0.13% 0.61% -
HSV(B) 21.6º 0.15% 0.66% -
XYZ 32.79 33.23 31.07 -
YUV 156.76 120.8 136.73 -
System Red Green Blue C M Y K H S L
Decimal 169 153 144 0 0.09 0.15 0.34 21.6 0.13 0.61
Hex A9 99 90 0 9 F 22 16 D 3D
Octal 251 231 220 0 11 17 42 26 15 75
Binary 10101001 10011001 10010000 0 1001 1111 100010 10110 1101 111101

Color Harmonies of #A99990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99990

Black with #A99990

Text Example


Text Example

White with #A99990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99990; }

 p { color: rgb(169,153,144); }

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

background-color css

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

 a { background-color: rgb(169,153,144); }

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

border-color css

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

 span { border-color: rgb(169,153,144); }

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