Shades of Golden Brown #AF670D
Tints of Golden Brown #AF670D
RGB
CMYK
RGB Variations
Color information
#AF670D (or 0xAF670D) is known color: Golden Brown. HEX triplet: AF, 67 and 0D. RGB value is (175,103,13). Sum of RGB (Red+Green+Blue) = 175+103+13=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF670D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF670D is #5098F2. Grayscale: #727272. Windows color (decimal): -5282035 or 878511. OLE color: 878511.
HSL color Cylindrical-coordinate representation of color #AF670D: hue angle of 33.33º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF670D is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 13 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.31 |
| HSL | 33.33º | 0.86% | 0.37% | - |
| HSV(B) | 33.33º | 0.93% | 0.69% | - |
| XYZ | 22.6 | 18.84 | 2.83 | - |
| YUV | 114.27 | 70.85 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 13 | 0 | 0.41 | 0.93 | 0.31 | 33.33 | 0.86 | 0.37 |
| Hex | AF | 67 | D | 0 | 29 | 5D | 1F | 21 | 56 | 25 |
| Octal | 257 | 147 | 15 | 0 | 51 | 135 | 37 | 41 | 126 | 45 |
| Binary | 10101111 | 1100111 | 1101 | 0 | 101001 | 1011101 | 11111 | 100001 | 1010110 | 100101 |
Color Harmonies of #AF670D
Complementary color
Monochromatic Colors of #AF670D
Black with #AF670D
Text Example
Text Example
White with #AF670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF670D; }
p { color: rgb(175,103,13); }
H1.HeaderClassName
{
color: #AF670D;
}
.AnyTagClassName
{
color: #AF670D;
}
</style>
background-color css
<style>
a { background-color: #AF670D; }
a { background-color: rgb(175,103,13); }
div.DivClassName
{
background-color: #AF670D;
}
.BgClassName
{
background-color: #AF670D;
}
</style>
border-color css
<style>
span { border-color: #AF670D; }
span { border-color: rgb(175,103,13); }
td.TdClassName
{
border-color: #AF670D;
}
.TagClassName
{
border-color: #AF670D;
}
</style>