Shades of Sandal #A28368
Tints of Sandal #A28368
RGB
CMYK
RGB Variations
Color information
#A28368 (or 0xA28368) is known color: Sandal. HEX triplet: A2, 83 and 68. RGB value is (162,131,104). Sum of RGB (Red+Green+Blue) = 162+131+104=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A28368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28368 is #5D7C97. Grayscale: #898989. Windows color (decimal): -6126744 or 6849442. OLE color: 6849442.
HSL color Cylindrical-coordinate representation of color #A28368: hue angle of 27.93º 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 #A28368 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 131 | 104 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.36 |
| HSL | 27.93º | 0.24% | 0.52% | - |
| HSV(B) | 27.93º | 0.36% | 0.64% | - |
| XYZ | 25.52 | 24.91 | 16.56 | - |
| YUV | 137.19 | 109.27 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 131 | 104 | 0 | 0.19 | 0.36 | 0.36 | 27.93 | 0.24 | 0.52 |
| Hex | A2 | 83 | 68 | 0 | 13 | 24 | 24 | 1C | 18 | 34 |
| Octal | 242 | 203 | 150 | 0 | 23 | 44 | 44 | 34 | 30 | 64 |
| Binary | 10100010 | 10000011 | 1101000 | 0 | 10011 | 100100 | 100100 | 11100 | 11000 | 110100 |
Color Harmonies of #A28368
Complementary color
Monochromatic Colors of #A28368
Black with #A28368
Text Example
Text Example
White with #A28368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28368; }
p { color: rgb(162,131,104); }
H1.HeaderClassName
{
color: #A28368;
}
.AnyTagClassName
{
color: #A28368;
}
</style>
background-color css
<style>
a { background-color: #A28368; }
a { background-color: rgb(162,131,104); }
div.DivClassName
{
background-color: #A28368;
}
.BgClassName
{
background-color: #A28368;
}
</style>
border-color css
<style>
span { border-color: #A28368; }
span { border-color: rgb(162,131,104); }
td.TdClassName
{
border-color: #A28368;
}
.TagClassName
{
border-color: #A28368;
}
</style>