Shades of Golden Brown #AF630F
Tints of Golden Brown #AF630F
RGB
CMYK
RGB Variations
Color information
#AF630F (or 0xAF630F) is known color: Golden Brown. HEX triplet: AF, 63 and 0F. RGB value is (175,99,15). Sum of RGB (Red+Green+Blue) = 175+99+15=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF630F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF630F is #509CF0. Grayscale: #707070. Windows color (decimal): -5283057 or 1008559. OLE color: 1008559.
HSL color Cylindrical-coordinate representation of color #AF630F: hue angle of 31.5º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF630F is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 99 | 15 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.31 |
| HSL | 31.5º | 0.84% | 0.37% | - |
| HSV(B) | 31.5º | 0.91% | 0.69% | - |
| XYZ | 22.23 | 18.07 | 2.77 | - |
| YUV | 112.15 | 73.18 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 15 | 0 | 0.43 | 0.91 | 0.31 | 31.5 | 0.84 | 0.37 |
| Hex | AF | 63 | F | 0 | 2B | 5B | 1F | 1F | 54 | 25 |
| Octal | 257 | 143 | 17 | 0 | 53 | 133 | 37 | 37 | 124 | 45 |
| Binary | 10101111 | 1100011 | 1111 | 0 | 101011 | 1011011 | 11111 | 11111 | 1010100 | 100101 |
Color Harmonies of #AF630F
Complementary color
Monochromatic Colors of #AF630F
Black with #AF630F
Text Example
Text Example
White with #AF630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF630F; }
p { color: rgb(175,99,15); }
H1.HeaderClassName
{
color: #AF630F;
}
.AnyTagClassName
{
color: #AF630F;
}
</style>
background-color css
<style>
a { background-color: #AF630F; }
a { background-color: rgb(175,99,15); }
div.DivClassName
{
background-color: #AF630F;
}
.BgClassName
{
background-color: #AF630F;
}
</style>
border-color css
<style>
span { border-color: #AF630F; }
span { border-color: rgb(175,99,15); }
td.TdClassName
{
border-color: #AF630F;
}
.TagClassName
{
border-color: #AF630F;
}
</style>