Shades of Sandal #A28467
Tints of Sandal #A28467
RGB
CMYK
RGB Variations
Color information
#A28467 (or 0xA28467) is known color: Sandal. HEX triplet: A2, 84 and 67. RGB value is (162,132,103). Sum of RGB (Red+Green+Blue) = 162+132+103=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 103 (40.62% from 255 or 25.94% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A28467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28467 is #5D7B98. Grayscale: #898989. Windows color (decimal): -6126489 or 6784162. OLE color: 6784162.
HSL color Cylindrical-coordinate representation of color #A28467: hue angle of 29.49º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A28467 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 132 | 103 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.36 |
| HSL | 29.49º | 0.24% | 0.52% | - |
| HSV(B) | 29.49º | 0.36% | 0.64% | - |
| XYZ | 25.6 | 25.16 | 16.34 | - |
| YUV | 137.66 | 108.44 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 132 | 103 | 0 | 0.19 | 0.36 | 0.36 | 29.49 | 0.24 | 0.52 |
| Hex | A2 | 84 | 67 | 0 | 13 | 24 | 24 | 1D | 18 | 34 |
| Octal | 242 | 204 | 147 | 0 | 23 | 44 | 44 | 35 | 30 | 64 |
| Binary | 10100010 | 10000100 | 1100111 | 0 | 10011 | 100100 | 100100 | 11101 | 11000 | 110100 |
Color Harmonies of #A28467
Complementary color
Monochromatic Colors of #A28467
Black with #A28467
Text Example
Text Example
White with #A28467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28467; }
p { color: rgb(162,132,103); }
H1.HeaderClassName
{
color: #A28467;
}
.AnyTagClassName
{
color: #A28467;
}
</style>
background-color css
<style>
a { background-color: #A28467; }
a { background-color: rgb(162,132,103); }
div.DivClassName
{
background-color: #A28467;
}
.BgClassName
{
background-color: #A28467;
}
</style>
border-color css
<style>
span { border-color: #A28467; }
span { border-color: rgb(162,132,103); }
td.TdClassName
{
border-color: #A28467;
}
.TagClassName
{
border-color: #A28467;
}
</style>