Shades of Sandal #A28965
Tints of Sandal #A28965
RGB
CMYK
RGB Variations
Color information
#A28965 (or 0xA28965) is known color: Sandal. HEX triplet: A2, 89 and 65. RGB value is (162,137,101). Sum of RGB (Red+Green+Blue) = 162+137+101=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 162 - color contains mainly: red. Hex color #A28965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28965 is #5D769A. Grayscale: #8C8C8C. Windows color (decimal): -6125211 or 6654370. OLE color: 6654370.
HSL color Cylindrical-coordinate representation of color #A28965: hue angle of 35.41º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A28965 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 137 | 101 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.36 |
| HSL | 35.41º | 0.25% | 0.52% | - |
| HSV(B) | 35.41º | 0.38% | 0.64% | - |
| XYZ | 26.19 | 26.51 | 16.05 | - |
| YUV | 140.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 137 | 101 | 0 | 0.15 | 0.38 | 0.36 | 35.41 | 0.25 | 0.52 |
| Hex | A2 | 89 | 65 | 0 | F | 26 | 24 | 23 | 19 | 34 |
| Octal | 242 | 211 | 145 | 0 | 17 | 46 | 44 | 43 | 31 | 64 |
| Binary | 10100010 | 10001001 | 1100101 | 0 | 1111 | 100110 | 100100 | 100011 | 11001 | 110100 |
Color Harmonies of #A28965
Complementary color
Monochromatic Colors of #A28965
Black with #A28965
Text Example
Text Example
White with #A28965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28965; }
p { color: rgb(162,137,101); }
H1.HeaderClassName
{
color: #A28965;
}
.AnyTagClassName
{
color: #A28965;
}
</style>
background-color css
<style>
a { background-color: #A28965; }
a { background-color: rgb(162,137,101); }
div.DivClassName
{
background-color: #A28965;
}
.BgClassName
{
background-color: #A28965;
}
</style>
border-color css
<style>
span { border-color: #A28965; }
span { border-color: rgb(162,137,101); }
td.TdClassName
{
border-color: #A28965;
}
.TagClassName
{
border-color: #A28965;
}
</style>