Shades of Sandal #A28369
Tints of Sandal #A28369
RGB
CMYK
RGB Variations
Color information
#A28369 (or 0xA28369) is known color: Sandal. HEX triplet: A2, 83 and 69. RGB value is (162,131,105). Sum of RGB (Red+Green+Blue) = 162+131+105=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A28369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28369 is #5D7C96. Grayscale: #898989. Windows color (decimal): -6126743 or 6914978. OLE color: 6914978.
HSL color Cylindrical-coordinate representation of color #A28369: hue angle of 27.37º 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 #A28369 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 131 | 105 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.36 |
| HSL | 27.37º | 0.23% | 0.52% | - |
| HSV(B) | 27.37º | 0.35% | 0.64% | - |
| XYZ | 25.57 | 24.93 | 16.83 | - |
| YUV | 137.31 | 109.77 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 131 | 105 | 0 | 0.19 | 0.35 | 0.36 | 27.37 | 0.23 | 0.52 |
| Hex | A2 | 83 | 69 | 0 | 13 | 23 | 24 | 1B | 17 | 34 |
| Octal | 242 | 203 | 151 | 0 | 23 | 43 | 44 | 33 | 27 | 64 |
| Binary | 10100010 | 10000011 | 1101001 | 0 | 10011 | 100011 | 100100 | 11011 | 10111 | 110100 |
Color Harmonies of #A28369
Complementary color
Monochromatic Colors of #A28369
Black with #A28369
Text Example
Text Example
White with #A28369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28369; }
p { color: rgb(162,131,105); }
H1.HeaderClassName
{
color: #A28369;
}
.AnyTagClassName
{
color: #A28369;
}
</style>
background-color css
<style>
a { background-color: #A28369; }
a { background-color: rgb(162,131,105); }
div.DivClassName
{
background-color: #A28369;
}
.BgClassName
{
background-color: #A28369;
}
</style>
border-color css
<style>
span { border-color: #A28369; }
span { border-color: rgb(162,131,105); }
td.TdClassName
{
border-color: #A28369;
}
.TagClassName
{
border-color: #A28369;
}
</style>