Shades of Golden Brown #AF630D
Tints of Golden Brown #AF630D
RGB
CMYK
RGB Variations
Color information
#AF630D (or 0xAF630D) is known color: Golden Brown. HEX triplet: AF, 63 and 0D. RGB value is (175,99,13). Sum of RGB (Red+Green+Blue) = 175+99+13=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF630D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF630D is #509CF2. Grayscale: #707070. Windows color (decimal): -5283059 or 877487. OLE color: 877487.
HSL color Cylindrical-coordinate representation of color #AF630D: hue angle of 31.85º 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 #AF630D is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 99 | 13 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.31 |
| HSL | 31.85º | 0.86% | 0.37% | - |
| HSV(B) | 31.85º | 0.93% | 0.69% | - |
| XYZ | 22.21 | 18.07 | 2.7 | - |
| YUV | 111.92 | 72.18 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 13 | 0 | 0.43 | 0.93 | 0.31 | 31.85 | 0.86 | 0.37 |
| Hex | AF | 63 | D | 0 | 2B | 5D | 1F | 20 | 56 | 25 |
| Octal | 257 | 143 | 15 | 0 | 53 | 135 | 37 | 40 | 126 | 45 |
| Binary | 10101111 | 1100011 | 1101 | 0 | 101011 | 1011101 | 11111 | 100000 | 1010110 | 100101 |
Color Harmonies of #AF630D
Complementary color
Monochromatic Colors of #AF630D
Black with #AF630D
Text Example
Text Example
White with #AF630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF630D; }
p { color: rgb(175,99,13); }
H1.HeaderClassName
{
color: #AF630D;
}
.AnyTagClassName
{
color: #AF630D;
}
</style>
background-color css
<style>
a { background-color: #AF630D; }
a { background-color: rgb(175,99,13); }
div.DivClassName
{
background-color: #AF630D;
}
.BgClassName
{
background-color: #AF630D;
}
</style>
border-color css
<style>
span { border-color: #AF630D; }
span { border-color: rgb(175,99,13); }
td.TdClassName
{
border-color: #AF630D;
}
.TagClassName
{
border-color: #AF630D;
}
</style>