Shades of Sandal #A28A62
Tints of Sandal #A28A62
RGB
CMYK
RGB Variations
Color information
#A28A62 (or 0xA28A62) is known color: Sandal. HEX triplet: A2, 8A and 62. RGB value is (162,138,98). Sum of RGB (Red+Green+Blue) = 162+138+98=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28A62 is #5D759D. Grayscale: #8C8C8C. Windows color (decimal): -6124958 or 6458018. OLE color: 6458018.
HSL color Cylindrical-coordinate representation of color #A28A62: hue angle of 37.5º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A28A62 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 138 | 98 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.36 |
| HSL | 37.5º | 0.26% | 0.51% | - |
| HSV(B) | 37.5º | 0.4% | 0.64% | - |
| XYZ | 26.19 | 26.74 | 15.34 | - |
| YUV | 140.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 98 | 0 | 0.15 | 0.40 | 0.36 | 37.5 | 0.26 | 0.51 |
| Hex | A2 | 8A | 62 | 0 | F | 28 | 24 | 26 | 1A | 33 |
| Octal | 242 | 212 | 142 | 0 | 17 | 50 | 44 | 46 | 32 | 63 |
| Binary | 10100010 | 10001010 | 1100010 | 0 | 1111 | 101000 | 100100 | 100110 | 11010 | 110011 |
Color Harmonies of #A28A62
Complementary color
Monochromatic Colors of #A28A62
Black with #A28A62
Text Example
Text Example
White with #A28A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28A62; }
p { color: rgb(162,138,98); }
H1.HeaderClassName
{
color: #A28A62;
}
.AnyTagClassName
{
color: #A28A62;
}
</style>
background-color css
<style>
a { background-color: #A28A62; }
a { background-color: rgb(162,138,98); }
div.DivClassName
{
background-color: #A28A62;
}
.BgClassName
{
background-color: #A28A62;
}
</style>
border-color css
<style>
span { border-color: #A28A62; }
span { border-color: rgb(162,138,98); }
td.TdClassName
{
border-color: #A28A62;
}
.TagClassName
{
border-color: #A28A62;
}
</style>