Shades of Del Rio #A9938A
Tints of Del Rio #A9938A
RGB
CMYK
RGB Variations
Color information
#A9938A (or 0xA9938A) is known color: Del Rio. HEX triplet: A9, 93 and 8A. RGB value is (169,147,138). Sum of RGB (Red+Green+Blue) = 169+147+138=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 169 - color contains mainly: red. Hex color #A9938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9938A is #566C75. Grayscale: #989898. Windows color (decimal): -5663862 or 9081769. OLE color: 9081769.
HSL color Cylindrical-coordinate representation of color #A9938A: hue angle of 17.42º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9938A is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 147 | 138 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.34 |
| HSL | 17.42º | 0.15% | 0.6% | - |
| HSV(B) | 17.42º | 0.18% | 0.66% | - |
| XYZ | 31.38 | 31.14 | 28.4 | - |
| YUV | 152.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 147 | 138 | 0 | 0.13 | 0.18 | 0.34 | 17.42 | 0.15 | 0.6 |
| Hex | A9 | 93 | 8A | 0 | D | 12 | 22 | 11 | F | 3C |
| Octal | 251 | 223 | 212 | 0 | 15 | 22 | 42 | 21 | 17 | 74 |
| Binary | 10101001 | 10010011 | 10001010 | 0 | 1101 | 10010 | 100010 | 10001 | 1111 | 111100 |
Color Harmonies of #A9938A
Complementary color
Monochromatic Colors of #A9938A
Black with #A9938A
Text Example
Text Example
White with #A9938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9938A; }
p { color: rgb(169,147,138); }
H1.HeaderClassName
{
color: #A9938A;
}
.AnyTagClassName
{
color: #A9938A;
}
</style>
background-color css
<style>
a { background-color: #A9938A; }
a { background-color: rgb(169,147,138); }
div.DivClassName
{
background-color: #A9938A;
}
.BgClassName
{
background-color: #A9938A;
}
</style>
border-color css
<style>
span { border-color: #A9938A; }
span { border-color: rgb(169,147,138); }
td.TdClassName
{
border-color: #A9938A;
}
.TagClassName
{
border-color: #A9938A;
}
</style>