Shades of Golden Brown #AF661B
Tints of Golden Brown #AF661B
RGB
CMYK
RGB Variations
Color information
#AF661B (or 0xAF661B) is known color: Golden Brown. HEX triplet: AF, 66 and 1B. RGB value is (175,102,27). Sum of RGB (Red+Green+Blue) = 175+102+27=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF661B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF661B is #5099E4. Grayscale: #737373. Windows color (decimal): -5282277 or 1795759. OLE color: 1795759.
HSL color Cylindrical-coordinate representation of color #AF661B: hue angle of 30.41º 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 #AF661B is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 27 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.31 |
| HSL | 30.41º | 0.73% | 0.4% | - |
| HSV(B) | 30.41º | 0.85% | 0.69% | - |
| XYZ | 22.63 | 18.7 | 3.45 | - |
| YUV | 115.28 | 78.18 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 27 | 0 | 0.42 | 0.85 | 0.31 | 30.41 | 0.73 | 0.4 |
| Hex | AF | 66 | 1B | 0 | 2A | 55 | 1F | 1E | 49 | 28 |
| Octal | 257 | 146 | 33 | 0 | 52 | 125 | 37 | 36 | 111 | 50 |
| Binary | 10101111 | 1100110 | 11011 | 0 | 101010 | 1010101 | 11111 | 11110 | 1001001 | 101000 |
Color Harmonies of #AF661B
Complementary color
Monochromatic Colors of #AF661B
Black with #AF661B
Text Example
Text Example
White with #AF661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF661B; }
p { color: rgb(175,102,27); }
H1.HeaderClassName
{
color: #AF661B;
}
.AnyTagClassName
{
color: #AF661B;
}
</style>
background-color css
<style>
a { background-color: #AF661B; }
a { background-color: rgb(175,102,27); }
div.DivClassName
{
background-color: #AF661B;
}
.BgClassName
{
background-color: #AF661B;
}
</style>
border-color css
<style>
span { border-color: #AF661B; }
span { border-color: rgb(175,102,27); }
td.TdClassName
{
border-color: #AF661B;
}
.TagClassName
{
border-color: #AF661B;
}
</style>