Shades of Golden Brown #AF641A
Tints of Golden Brown #AF641A
RGB
CMYK
RGB Variations
Color information
#AF641A (or 0xAF641A) is known color: Golden Brown. HEX triplet: AF, 64 and 1A. RGB value is (175,100,26). Sum of RGB (Red+Green+Blue) = 175+100+26=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF641A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF641A is #509BE5. Grayscale: #727272. Windows color (decimal): -5282790 or 1729711. OLE color: 1729711.
HSL color Cylindrical-coordinate representation of color #AF641A: hue angle of 29.8º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF641A is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 26 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.31 |
| HSL | 29.8º | 0.74% | 0.39% | - |
| HSV(B) | 29.8º | 0.85% | 0.69% | - |
| XYZ | 22.42 | 18.3 | 3.33 | - |
| YUV | 113.99 | 78.35 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 26 | 0 | 0.43 | 0.85 | 0.31 | 29.8 | 0.74 | 0.39 |
| Hex | AF | 64 | 1A | 0 | 2B | 55 | 1F | 1E | 4A | 27 |
| Octal | 257 | 144 | 32 | 0 | 53 | 125 | 37 | 36 | 112 | 47 |
| Binary | 10101111 | 1100100 | 11010 | 0 | 101011 | 1010101 | 11111 | 11110 | 1001010 | 100111 |
Color Harmonies of #AF641A
Complementary color
Monochromatic Colors of #AF641A
Black with #AF641A
Text Example
Text Example
White with #AF641A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF641A; }
p { color: rgb(175,100,26); }
H1.HeaderClassName
{
color: #AF641A;
}
.AnyTagClassName
{
color: #AF641A;
}
</style>
background-color css
<style>
a { background-color: #AF641A; }
a { background-color: rgb(175,100,26); }
div.DivClassName
{
background-color: #AF641A;
}
.BgClassName
{
background-color: #AF641A;
}
</style>
border-color css
<style>
span { border-color: #AF641A; }
span { border-color: rgb(175,100,26); }
td.TdClassName
{
border-color: #AF641A;
}
.TagClassName
{
border-color: #AF641A;
}
</style>