Shades of Golden Brown #A2750F
Tints of Golden Brown #A2750F
RGB
CMYK
RGB Variations
Color information
#A2750F (or 0xA2750F) is known color: Golden Brown. HEX triplet: A2, 75 and 0F. RGB value is (162,117,15). Sum of RGB (Red+Green+Blue) = 162+117+15=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A2750F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2750F is #5D8AF0. Grayscale: #777777. Windows color (decimal): -6130417 or 1013154. OLE color: 1013154.
HSL color Cylindrical-coordinate representation of color #A2750F: hue angle of 41.63º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2750F is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 117 | 15 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.36 |
| HSL | 41.63º | 0.83% | 0.35% | - |
| HSV(B) | 41.63º | 0.91% | 0.64% | - |
| XYZ | 21.35 | 20.44 | 3.27 | - |
| YUV | 118.83 | 69.41 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 15 | 0 | 0.28 | 0.91 | 0.36 | 41.63 | 0.83 | 0.35 |
| Hex | A2 | 75 | F | 0 | 1C | 5B | 24 | 2A | 53 | 23 |
| Octal | 242 | 165 | 17 | 0 | 34 | 133 | 44 | 52 | 123 | 43 |
| Binary | 10100010 | 1110101 | 1111 | 0 | 11100 | 1011011 | 100100 | 101010 | 1010011 | 100011 |
Color Harmonies of #A2750F
Complementary color
Monochromatic Colors of #A2750F
Black with #A2750F
Text Example
Text Example
White with #A2750F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2750F; }
p { color: rgb(162,117,15); }
H1.HeaderClassName
{
color: #A2750F;
}
.AnyTagClassName
{
color: #A2750F;
}
</style>
background-color css
<style>
a { background-color: #A2750F; }
a { background-color: rgb(162,117,15); }
div.DivClassName
{
background-color: #A2750F;
}
.BgClassName
{
background-color: #A2750F;
}
</style>
border-color css
<style>
span { border-color: #A2750F; }
span { border-color: rgb(162,117,15); }
td.TdClassName
{
border-color: #A2750F;
}
.TagClassName
{
border-color: #A2750F;
}
</style>