Shades of Golden Brown #AF630B
Tints of Golden Brown #AF630B
RGB
CMYK
RGB Variations
Color information
#AF630B (or 0xAF630B) is known color: Golden Brown. HEX triplet: AF, 63 and 0B. RGB value is (175,99,11). Sum of RGB (Red+Green+Blue) = 175+99+11=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF630B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF630B is #509CF4. Grayscale: #707070. Windows color (decimal): -5283061 or 746415. OLE color: 746415.
HSL color Cylindrical-coordinate representation of color #AF630B: hue angle of 32.2º 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 #AF630B is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 99 | 11 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.31 |
| HSL | 32.2º | 0.88% | 0.36% | - |
| HSV(B) | 32.2º | 0.94% | 0.69% | - |
| XYZ | 22.2 | 18.06 | 2.63 | - |
| YUV | 111.69 | 71.18 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 11 | 0 | 0.43 | 0.94 | 0.31 | 32.2 | 0.88 | 0.36 |
| Hex | AF | 63 | B | 0 | 2B | 5E | 1F | 20 | 58 | 24 |
| Octal | 257 | 143 | 13 | 0 | 53 | 136 | 37 | 40 | 130 | 44 |
| Binary | 10101111 | 1100011 | 1011 | 0 | 101011 | 1011110 | 11111 | 100000 | 1011000 | 100100 |
Color Harmonies of #AF630B
Complementary color
Monochromatic Colors of #AF630B
Black with #AF630B
Text Example
Text Example
White with #AF630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF630B; }
p { color: rgb(175,99,11); }
H1.HeaderClassName
{
color: #AF630B;
}
.AnyTagClassName
{
color: #AF630B;
}
</style>
background-color css
<style>
a { background-color: #AF630B; }
a { background-color: rgb(175,99,11); }
div.DivClassName
{
background-color: #AF630B;
}
.BgClassName
{
background-color: #AF630B;
}
</style>
border-color css
<style>
span { border-color: #AF630B; }
span { border-color: rgb(175,99,11); }
td.TdClassName
{
border-color: #AF630B;
}
.TagClassName
{
border-color: #AF630B;
}
</style>