Shades of Golden Brown #AC6702
Tints of Golden Brown #AC6702
RGB
CMYK
RGB Variations
Color information
#AC6702 (or 0xAC6702) is known color: Golden Brown. HEX triplet: AC, 67 and 02. RGB value is (172,103,2). Sum of RGB (Red+Green+Blue) = 172+103+2=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6702 is #5398FD. Grayscale: #707070. Windows color (decimal): -5478654 or 157612. OLE color: 157612.
HSL color Cylindrical-coordinate representation of color #AC6702: hue angle of 35.65º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC6702 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 2 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.33 |
| HSL | 35.65º | 0.98% | 0.34% | - |
| HSV(B) | 35.65º | 0.99% | 0.67% | - |
| XYZ | 21.87 | 18.48 | 2.47 | - |
| YUV | 112.12 | 65.86 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 2 | 0 | 0.40 | 0.99 | 0.33 | 35.65 | 0.98 | 0.34 |
| Hex | AC | 67 | 2 | 0 | 28 | 63 | 21 | 24 | 62 | 22 |
| Octal | 254 | 147 | 2 | 0 | 50 | 143 | 41 | 44 | 142 | 42 |
| Binary | 10101100 | 1100111 | 10 | 0 | 101000 | 1100011 | 100001 | 100100 | 1100010 | 100010 |
Color Harmonies of #AC6702
Complementary color
Monochromatic Colors of #AC6702
Black with #AC6702
Text Example
Text Example
White with #AC6702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6702; }
p { color: rgb(172,103,2); }
H1.HeaderClassName
{
color: #AC6702;
}
.AnyTagClassName
{
color: #AC6702;
}
</style>
background-color css
<style>
a { background-color: #AC6702; }
a { background-color: rgb(172,103,2); }
div.DivClassName
{
background-color: #AC6702;
}
.BgClassName
{
background-color: #AC6702;
}
</style>
border-color css
<style>
span { border-color: #AC6702; }
span { border-color: rgb(172,103,2); }
td.TdClassName
{
border-color: #AC6702;
}
.TagClassName
{
border-color: #AC6702;
}
</style>