Shades of Golden Brown #A35D19
Tints of Golden Brown #A35D19
RGB
CMYK
RGB Variations
Color information
#A35D19 (or 0xA35D19) is known color: Golden Brown. HEX triplet: A3, 5D and 19. RGB value is (163,93,25). Sum of RGB (Red+Green+Blue) = 163+93+25=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35D19 is #5CA2E6. Grayscale: #6A6A6A. Windows color (decimal): -6071015 or 1662371. OLE color: 1662371.
HSL color Cylindrical-coordinate representation of color #A35D19: hue angle of 29.57º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A35D19 is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 93 | 25 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.36 |
| HSL | 29.57º | 0.73% | 0.37% | - |
| HSV(B) | 29.57º | 0.85% | 0.64% | - |
| XYZ | 19.19 | 15.69 | 2.94 | - |
| YUV | 106.18 | 82.19 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 93 | 25 | 0 | 0.43 | 0.85 | 0.36 | 29.57 | 0.73 | 0.37 |
| Hex | A3 | 5D | 19 | 0 | 2B | 55 | 24 | 1E | 49 | 25 |
| Octal | 243 | 135 | 31 | 0 | 53 | 125 | 44 | 36 | 111 | 45 |
| Binary | 10100011 | 1011101 | 11001 | 0 | 101011 | 1010101 | 100100 | 11110 | 1001001 | 100101 |
Color Harmonies of #A35D19
Complementary color
Monochromatic Colors of #A35D19
Black with #A35D19
Text Example
Text Example
White with #A35D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35D19; }
p { color: rgb(163,93,25); }
H1.HeaderClassName
{
color: #A35D19;
}
.AnyTagClassName
{
color: #A35D19;
}
</style>
background-color css
<style>
a { background-color: #A35D19; }
a { background-color: rgb(163,93,25); }
div.DivClassName
{
background-color: #A35D19;
}
.BgClassName
{
background-color: #A35D19;
}
</style>
border-color css
<style>
span { border-color: #A35D19; }
span { border-color: rgb(163,93,25); }
td.TdClassName
{
border-color: #A35D19;
}
.TagClassName
{
border-color: #A35D19;
}
</style>