Shades of Golden Brown #AF651B
Tints of Golden Brown #AF651B
RGB
CMYK
RGB Variations
Color information
#AF651B (or 0xAF651B) is known color: Golden Brown. HEX triplet: AF, 65 and 1B. RGB value is (175,101,27). Sum of RGB (Red+Green+Blue) = 175+101+27=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF651B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF651B is #509AE4. Grayscale: #737373. Windows color (decimal): -5282533 or 1795503. OLE color: 1795503.
HSL color Cylindrical-coordinate representation of color #AF651B: hue angle of 30º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF651B is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 27 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.31 |
| HSL | 30º | 0.73% | 0.4% | - |
| HSV(B) | 30º | 0.85% | 0.69% | - |
| XYZ | 22.53 | 18.5 | 3.42 | - |
| YUV | 114.69 | 78.52 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 27 | 0 | 0.42 | 0.85 | 0.31 | 30 | 0.73 | 0.4 |
| Hex | AF | 65 | 1B | 0 | 2A | 55 | 1F | 1E | 49 | 28 |
| Octal | 257 | 145 | 33 | 0 | 52 | 125 | 37 | 36 | 111 | 50 |
| Binary | 10101111 | 1100101 | 11011 | 0 | 101010 | 1010101 | 11111 | 11110 | 1001001 | 101000 |
Color Harmonies of #AF651B
Complementary color
Monochromatic Colors of #AF651B
Black with #AF651B
Text Example
Text Example
White with #AF651B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF651B; }
p { color: rgb(175,101,27); }
H1.HeaderClassName
{
color: #AF651B;
}
.AnyTagClassName
{
color: #AF651B;
}
</style>
background-color css
<style>
a { background-color: #AF651B; }
a { background-color: rgb(175,101,27); }
div.DivClassName
{
background-color: #AF651B;
}
.BgClassName
{
background-color: #AF651B;
}
</style>
border-color css
<style>
span { border-color: #AF651B; }
span { border-color: rgb(175,101,27); }
td.TdClassName
{
border-color: #AF651B;
}
.TagClassName
{
border-color: #AF651B;
}
</style>