Shades of Golden Brown #AF690B
Tints of Golden Brown #AF690B
RGB
CMYK
RGB Variations
Color information
#AF690B (or 0xAF690B) is known color: Golden Brown. HEX triplet: AF, 69 and 0B. RGB value is (175,105,11). Sum of RGB (Red+Green+Blue) = 175+105+11=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF690B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF690B is #5096F4. Grayscale: #737373. Windows color (decimal): -5281525 or 747951. OLE color: 747951.
HSL color Cylindrical-coordinate representation of color #AF690B: hue angle of 34.39º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF690B is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 105 | 11 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.31 |
| HSL | 34.39º | 0.88% | 0.36% | - |
| HSV(B) | 34.39º | 0.94% | 0.69% | - |
| XYZ | 22.79 | 19.24 | 2.83 | - |
| YUV | 115.21 | 69.19 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 105 | 11 | 0 | 0.40 | 0.94 | 0.31 | 34.39 | 0.88 | 0.36 |
| Hex | AF | 69 | B | 0 | 28 | 5E | 1F | 22 | 58 | 24 |
| Octal | 257 | 151 | 13 | 0 | 50 | 136 | 37 | 42 | 130 | 44 |
| Binary | 10101111 | 1101001 | 1011 | 0 | 101000 | 1011110 | 11111 | 100010 | 1011000 | 100100 |
Color Harmonies of #AF690B
Complementary color
Monochromatic Colors of #AF690B
Black with #AF690B
Text Example
Text Example
White with #AF690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF690B; }
p { color: rgb(175,105,11); }
H1.HeaderClassName
{
color: #AF690B;
}
.AnyTagClassName
{
color: #AF690B;
}
</style>
background-color css
<style>
a { background-color: #AF690B; }
a { background-color: rgb(175,105,11); }
div.DivClassName
{
background-color: #AF690B;
}
.BgClassName
{
background-color: #AF690B;
}
</style>
border-color css
<style>
span { border-color: #AF690B; }
span { border-color: rgb(175,105,11); }
td.TdClassName
{
border-color: #AF690B;
}
.TagClassName
{
border-color: #AF690B;
}
</style>