Html Css Color HEX #A99993 Del Rio

📋 copy color: '#A99993'

red 169 ◦ green 153 ◦ blue 147

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

Shades of Del Rio #A99993

Tints of Del Rio #A99993

RGB

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

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

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

R = 36.03%
G = 32.62%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#A99993 (or 0xA99993) is known color: Del Rio. HEX triplet: A9, 99 and 93. RGB value is (169,153,147). Sum of RGB (Red+Green+Blue) = 169+153+147=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 169 - color contains mainly: red. Hex color #A99993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99993 is #56666C. Grayscale: #9D9D9D. Windows color (decimal): -5662317 or 9673129. OLE color: 9673129.

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

Color convert

RGB 169 153 147 -
CMYK 0 0.09 0.13 0.34
HSL 16.36º 0.11% 0.62% -
HSV(B) 16.36º 0.13% 0.66% -
XYZ 33.02 33.32 32.3 -
YUV 157.1 122.3 136.49 -
System Red Green Blue C M Y K H S L
Decimal 169 153 147 0 0.09 0.13 0.34 16.36 0.11 0.62
Hex A9 99 93 0 9 D 22 10 B 3E
Octal 251 231 223 0 11 15 42 20 13 76
Binary 10101001 10011001 10010011 0 1001 1101 100010 10000 1011 111110

Color Harmonies of #A99993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99993

Black with #A99993

Text Example


Text Example

White with #A99993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99993; }

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

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

background-color css

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

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

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

border-color css

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

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

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