Shades of Sandal #A38669
Tints of Sandal #A38669
RGB
CMYK
RGB Variations
Color information
#A38669 (or 0xA38669) is known color: Sandal. HEX triplet: A3, 86 and 69. RGB value is (163,134,105). Sum of RGB (Red+Green+Blue) = 163+134+105=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 163 - color contains mainly: red. Hex color #A38669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38669 is #5C7996. Grayscale: #8B8B8B. Windows color (decimal): -6060439 or 6915747. OLE color: 6915747.
HSL color Cylindrical-coordinate representation of color #A38669: hue angle of 30º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A38669 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 134 | 105 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.36 |
| HSL | 30º | 0.24% | 0.53% | - |
| HSV(B) | 30º | 0.36% | 0.64% | - |
| XYZ | 26.18 | 25.86 | 16.98 | - |
| YUV | 139.37 | 108.61 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 134 | 105 | 0 | 0.18 | 0.36 | 0.36 | 30 | 0.24 | 0.53 |
| Hex | A3 | 86 | 69 | 0 | 12 | 24 | 24 | 1E | 18 | 35 |
| Octal | 243 | 206 | 151 | 0 | 22 | 44 | 44 | 36 | 30 | 65 |
| Binary | 10100011 | 10000110 | 1101001 | 0 | 10010 | 100100 | 100100 | 11110 | 11000 | 110101 |
Color Harmonies of #A38669
Complementary color
Monochromatic Colors of #A38669
Black with #A38669
Text Example
Text Example
White with #A38669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38669; }
p { color: rgb(163,134,105); }
H1.HeaderClassName
{
color: #A38669;
}
.AnyTagClassName
{
color: #A38669;
}
</style>
background-color css
<style>
a { background-color: #A38669; }
a { background-color: rgb(163,134,105); }
div.DivClassName
{
background-color: #A38669;
}
.BgClassName
{
background-color: #A38669;
}
</style>
border-color css
<style>
span { border-color: #A38669; }
span { border-color: rgb(163,134,105); }
td.TdClassName
{
border-color: #A38669;
}
.TagClassName
{
border-color: #A38669;
}
</style>