Html Css Color HEX #A9988F Del Rio

📋 copy color: '#A9988F'

red 169 ◦ green 152 ◦ blue 143

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

Shades of Del Rio #A9988F

Tints of Del Rio #A9988F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.76%

 BLUE value IS 143 (56.25% from 255) = 30.82%

R = 36.42%
G = 32.76%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A9988F (or 0xA9988F) is known color: Del Rio. HEX triplet: A9, 98 and 8F. RGB value is (169,152,143). Sum of RGB (Red+Green+Blue) = 169+152+143=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 169 - color contains mainly: red. Hex color #A9988F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9988F is #566770. Grayscale: #9C9C9C. Windows color (decimal): -5662577 or 9410729. OLE color: 9410729.

HSL color Cylindrical-coordinate representation of color #A9988F: hue angle of 20.77º 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 #A9988F is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 152 143 -
CMYK 0 0.10 0.15 0.34
HSL 20.77º 0.13% 0.61% -
HSV(B) 20.77º 0.15% 0.66% -
XYZ 32.55 32.87 30.62 -
YUV 156.06 120.63 137.23 -
System Red Green Blue C M Y K H S L
Decimal 169 152 143 0 0.10 0.15 0.34 20.77 0.13 0.61
Hex A9 98 8F 0 A F 22 15 D 3D
Octal 251 230 217 0 12 17 42 25 15 75
Binary 10101001 10011000 10001111 0 1010 1111 100010 10101 1101 111101

Color Harmonies of #A9988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9988F

Black with #A9988F

Text Example


Text Example

White with #A9988F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9988F; }

 p { color: rgb(169,152,143); }

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

background-color css

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

 a { background-color: rgb(169,152,143); }

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

border-color css

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

 span { border-color: rgb(169,152,143); }

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