Shades of Sandal #A28469
Tints of Sandal #A28469
RGB
CMYK
RGB Variations
Color information
#A28469 (or 0xA28469) is known color: Sandal. HEX triplet: A2, 84 and 69. RGB value is (162,132,105). Sum of RGB (Red+Green+Blue) = 162+132+105=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A28469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28469 is #5D7B96. Grayscale: #8A8A8A. Windows color (decimal): -6126487 or 6915234. OLE color: 6915234.
HSL color Cylindrical-coordinate representation of color #A28469: hue angle of 28.42º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A28469 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 132 | 105 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.36 |
| HSL | 28.42º | 0.23% | 0.52% | - |
| HSV(B) | 28.42º | 0.35% | 0.64% | - |
| XYZ | 25.7 | 25.2 | 16.87 | - |
| YUV | 137.89 | 109.44 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 132 | 105 | 0 | 0.19 | 0.35 | 0.36 | 28.42 | 0.23 | 0.52 |
| Hex | A2 | 84 | 69 | 0 | 13 | 23 | 24 | 1C | 17 | 34 |
| Octal | 242 | 204 | 151 | 0 | 23 | 43 | 44 | 34 | 27 | 64 |
| Binary | 10100010 | 10000100 | 1101001 | 0 | 10011 | 100011 | 100100 | 11100 | 10111 | 110100 |
Color Harmonies of #A28469
Complementary color
Monochromatic Colors of #A28469
Black with #A28469
Text Example
Text Example
White with #A28469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28469; }
p { color: rgb(162,132,105); }
H1.HeaderClassName
{
color: #A28469;
}
.AnyTagClassName
{
color: #A28469;
}
</style>
background-color css
<style>
a { background-color: #A28469; }
a { background-color: rgb(162,132,105); }
div.DivClassName
{
background-color: #A28469;
}
.BgClassName
{
background-color: #A28469;
}
</style>
border-color css
<style>
span { border-color: #A28469; }
span { border-color: rgb(162,132,105); }
td.TdClassName
{
border-color: #A28469;
}
.TagClassName
{
border-color: #A28469;
}
</style>