Shades of Locust #A8AC83
Tints of Locust #A8AC83
RGB
CMYK
RGB Variations
Color information
#A8AC83 (or 0xA8AC83) is known color: Locust. HEX triplet: A8, AC and 83. RGB value is (168,172,131). Sum of RGB (Red+Green+Blue) = 168+172+131=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AC83 is #57537C. Grayscale: #A6A6A6. Windows color (decimal): -5723005 or 8629416. OLE color: 8629416.
HSL color Cylindrical-coordinate representation of color #A8AC83: hue angle of 65.85º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8AC83 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
RGB | 168 | 172 | 131 | - |
CMYK | 0.02 | 0 | 0.24 | 0.33 |
HSL | 65.85º | 0.2% | 0.59% | - |
HSV(B) | 65.85º | 0.24% | 0.67% | - |
XYZ | 35 | 39.47 | 27.25 | - |
YUV | 166.13 | 108.17 | 129.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 172 | 131 | 0.02 | 0 | 0.24 | 0.33 | 65.85 | 0.2 | 0.59 |
Hex | A8 | AC | 83 | 2 | 0 | 18 | 21 | 42 | 14 | 3B |
Octal | 250 | 254 | 203 | 2 | 0 | 30 | 41 | 102 | 24 | 73 |
Binary | 10101000 | 10101100 | 10000011 | 10 | 0 | 11000 | 100001 | 1000010 | 10100 | 111011 |
Color Harmonies of #A8AC83
Complementary color
Monochromatic Colors of #A8AC83
Black with #A8AC83
Text Example
Text Example
White with #A8AC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC83; }
p { color: rgb(168,172,131); }
H1.HeaderClassName
{
color: #A8AC83;
}
.AnyTagClassName
{
color: #A8AC83;
}
</style>
background-color css
<style>
a { background-color: #A8AC83; }
a { background-color: rgb(168,172,131); }
div.DivClassName
{
background-color: #A8AC83;
}
.BgClassName
{
background-color: #A8AC83;
}
</style>
border-color css
<style>
span { border-color: #A8AC83; }
span { border-color: rgb(168,172,131); }
td.TdClassName
{
border-color: #A8AC83;
}
.TagClassName
{
border-color: #A8AC83;
}
</style>