Shades of Golden Brown #A25307
Tints of Golden Brown #A25307
RGB
CMYK
RGB Variations
Color information
#A25307 (or 0xA25307) is known color: Golden Brown. HEX triplet: A2, 53 and 07. RGB value is (162,83,7). Sum of RGB (Red+Green+Blue) = 162+83+7=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A25307 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25307 is #5DACF8. Grayscale: #626262. Windows color (decimal): -6139129 or 480162. OLE color: 480162.
HSL color Cylindrical-coordinate representation of color #A25307: hue angle of 29.42º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A25307 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 83 | 7 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.36 |
| HSL | 29.42º | 0.92% | 0.33% | - |
| HSV(B) | 29.42º | 0.96% | 0.64% | - |
| XYZ | 18.03 | 13.88 | 1.93 | - |
| YUV | 97.96 | 76.67 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 83 | 7 | 0 | 0.49 | 0.96 | 0.36 | 29.42 | 0.92 | 0.33 |
| Hex | A2 | 53 | 7 | 0 | 31 | 60 | 24 | 1D | 5C | 21 |
| Octal | 242 | 123 | 7 | 0 | 61 | 140 | 44 | 35 | 134 | 41 |
| Binary | 10100010 | 1010011 | 111 | 0 | 110001 | 1100000 | 100100 | 11101 | 1011100 | 100001 |
Color Harmonies of #A25307
Complementary color
Monochromatic Colors of #A25307
Black with #A25307
Text Example
Text Example
White with #A25307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25307; }
p { color: rgb(162,83,7); }
H1.HeaderClassName
{
color: #A25307;
}
.AnyTagClassName
{
color: #A25307;
}
</style>
background-color css
<style>
a { background-color: #A25307; }
a { background-color: rgb(162,83,7); }
div.DivClassName
{
background-color: #A25307;
}
.BgClassName
{
background-color: #A25307;
}
</style>
border-color css
<style>
span { border-color: #A25307; }
span { border-color: rgb(162,83,7); }
td.TdClassName
{
border-color: #A25307;
}
.TagClassName
{
border-color: #A25307;
}
</style>