Shades of Golden Brown #A5730B
Tints of Golden Brown #A5730B
RGB
CMYK
RGB Variations
Color information
#A5730B (or 0xA5730B) is known color: Golden Brown. HEX triplet: A5, 73 and 0B. RGB value is (165,115,11). Sum of RGB (Red+Green+Blue) = 165+115+11=291 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.70% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 165 - color contains mainly: red. Hex color #A5730B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5730B is #5A8CF4. Grayscale: #767676. Windows color (decimal): -5934325 or 750501. OLE color: 750501.
HSL color Cylindrical-coordinate representation of color #A5730B: hue angle of 40.52º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5730B is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 115 | 11 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.35 |
| HSL | 40.52º | 0.88% | 0.35% | - |
| HSV(B) | 40.52º | 0.93% | 0.65% | - |
| XYZ | 21.71 | 20.28 | 3.09 | - |
| YUV | 118.09 | 67.57 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 115 | 11 | 0 | 0.30 | 0.93 | 0.35 | 40.52 | 0.88 | 0.35 |
| Hex | A5 | 73 | B | 0 | 1E | 5D | 23 | 29 | 58 | 23 |
| Octal | 245 | 163 | 13 | 0 | 36 | 135 | 43 | 51 | 130 | 43 |
| Binary | 10100101 | 1110011 | 1011 | 0 | 11110 | 1011101 | 100011 | 101001 | 1011000 | 100011 |
Color Harmonies of #A5730B
Complementary color
Monochromatic Colors of #A5730B
Black with #A5730B
Text Example
Text Example
White with #A5730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5730B; }
p { color: rgb(165,115,11); }
H1.HeaderClassName
{
color: #A5730B;
}
.AnyTagClassName
{
color: #A5730B;
}
</style>
background-color css
<style>
a { background-color: #A5730B; }
a { background-color: rgb(165,115,11); }
div.DivClassName
{
background-color: #A5730B;
}
.BgClassName
{
background-color: #A5730B;
}
</style>
border-color css
<style>
span { border-color: #A5730B; }
span { border-color: rgb(165,115,11); }
td.TdClassName
{
border-color: #A5730B;
}
.TagClassName
{
border-color: #A5730B;
}
</style>