Shades of Del Rio #AF9A8B
Tints of Del Rio #AF9A8B
RGB
CMYK
RGB Variations
Color information
#AF9A8B (or 0xAF9A8B) is known color: Del Rio. HEX triplet: AF, 9A and 8B. RGB value is (175,154,139). Sum of RGB (Red+Green+Blue) = 175+154+139=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9A8B is #506574. Grayscale: #9E9E9E. Windows color (decimal): -5268853 or 9149103. OLE color: 9149103.
HSL color Cylindrical-coordinate representation of color #AF9A8B: hue angle of 25º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF9A8B is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 154 | 139 | - |
CMYK | 0 | 0.12 | 0.21 | 0.31 |
HSL | 25º | 0.18% | 0.62% | - |
HSV(B) | 25º | 0.21% | 0.69% | - |
XYZ | 33.9 | 34.09 | 29.22 | - |
YUV | 158.57 | 116.96 | 139.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 154 | 139 | 0 | 0.12 | 0.21 | 0.31 | 25 | 0.18 | 0.62 |
Hex | AF | 9A | 8B | 0 | C | 15 | 1F | 19 | 12 | 3E |
Octal | 257 | 232 | 213 | 0 | 14 | 25 | 37 | 31 | 22 | 76 |
Binary | 10101111 | 10011010 | 10001011 | 0 | 1100 | 10101 | 11111 | 11001 | 10010 | 111110 |
Color Harmonies of #AF9A8B
Complementary color
Monochromatic Colors of #AF9A8B
Black with #AF9A8B
Text Example
Text Example
White with #AF9A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9A8B; }
p { color: rgb(175,154,139); }
H1.HeaderClassName
{
color: #AF9A8B;
}
.AnyTagClassName
{
color: #AF9A8B;
}
</style>
background-color css
<style>
a { background-color: #AF9A8B; }
a { background-color: rgb(175,154,139); }
div.DivClassName
{
background-color: #AF9A8B;
}
.BgClassName
{
background-color: #AF9A8B;
}
</style>
border-color css
<style>
span { border-color: #AF9A8B; }
span { border-color: rgb(175,154,139); }
td.TdClassName
{
border-color: #AF9A8B;
}
.TagClassName
{
border-color: #AF9A8B;
}
</style>