Shades of Golden Brown #A36408
Tints of Golden Brown #A36408
RGB
CMYK
RGB Variations
Color information
#A36408 (or 0xA36408) is known color: Golden Brown. HEX triplet: A3, 64 and 08. RGB value is (163,100,8). Sum of RGB (Red+Green+Blue) = 163+100+8=271 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.15% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 8 (3.52% from 255 or 2.95% from 271); Max value from RGB is 163 - color contains mainly: red. Hex color #A36408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36408 is #5C9BF7. Grayscale: #6C6C6C. Windows color (decimal): -6069240 or 550051. OLE color: 550051.
HSL color Cylindrical-coordinate representation of color #A36408: hue angle of 35.61º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A36408 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 100 | 8 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.36 |
| HSL | 35.61º | 0.91% | 0.34% | - |
| HSV(B) | 35.61º | 0.95% | 0.64% | - |
| XYZ | 19.71 | 16.92 | 2.46 | - |
| YUV | 108.35 | 71.37 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 100 | 8 | 0 | 0.39 | 0.95 | 0.36 | 35.61 | 0.91 | 0.34 |
| Hex | A3 | 64 | 8 | 0 | 27 | 5F | 24 | 24 | 5B | 22 |
| Octal | 243 | 144 | 10 | 0 | 47 | 137 | 44 | 44 | 133 | 42 |
| Binary | 10100011 | 1100100 | 1000 | 0 | 100111 | 1011111 | 100100 | 100100 | 1011011 | 100010 |
Color Harmonies of #A36408
Complementary color
Monochromatic Colors of #A36408
Black with #A36408
Text Example
Text Example
White with #A36408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36408; }
p { color: rgb(163,100,8); }
H1.HeaderClassName
{
color: #A36408;
}
.AnyTagClassName
{
color: #A36408;
}
</style>
background-color css
<style>
a { background-color: #A36408; }
a { background-color: rgb(163,100,8); }
div.DivClassName
{
background-color: #A36408;
}
.BgClassName
{
background-color: #A36408;
}
</style>
border-color css
<style>
span { border-color: #A36408; }
span { border-color: rgb(163,100,8); }
td.TdClassName
{
border-color: #A36408;
}
.TagClassName
{
border-color: #A36408;
}
</style>