Shades of Locust #ADB27D
Tints of Locust #ADB27D
RGB
CMYK
RGB Variations
Color information
#ADB27D (or 0xADB27D) is known color: Locust. HEX triplet: AD, B2 and 7D. RGB value is (173,178,125). Sum of RGB (Red+Green+Blue) = 173+178+125=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB27D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB27D is #524D82. Grayscale: #AAAAAA. Windows color (decimal): -5393795 or 8237741. OLE color: 8237741.
HSL color Cylindrical-coordinate representation of color #ADB27D: hue angle of 65.66º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADB27D is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 125 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.30 |
| HSL | 65.66º | 0.26% | 0.59% | - |
| HSV(B) | 65.66º | 0.3% | 0.7% | - |
| XYZ | 36.86 | 42.21 | 25.61 | - |
| YUV | 170.46 | 102.34 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 125 | 0.03 | 0 | 0.30 | 0.30 | 65.66 | 0.26 | 0.59 |
| Hex | AD | B2 | 7D | 3 | 0 | 1E | 1E | 42 | 1A | 3B |
| Octal | 255 | 262 | 175 | 3 | 0 | 36 | 36 | 102 | 32 | 73 |
| Binary | 10101101 | 10110010 | 1111101 | 11 | 0 | 11110 | 11110 | 1000010 | 11010 | 111011 |
Color Harmonies of #ADB27D
Complementary color
Monochromatic Colors of #ADB27D
Black with #ADB27D
Text Example
Text Example
White with #ADB27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB27D; }
p { color: rgb(173,178,125); }
H1.HeaderClassName
{
color: #ADB27D;
}
.AnyTagClassName
{
color: #ADB27D;
}
</style>
background-color css
<style>
a { background-color: #ADB27D; }
a { background-color: rgb(173,178,125); }
div.DivClassName
{
background-color: #ADB27D;
}
.BgClassName
{
background-color: #ADB27D;
}
</style>
border-color css
<style>
span { border-color: #ADB27D; }
span { border-color: rgb(173,178,125); }
td.TdClassName
{
border-color: #ADB27D;
}
.TagClassName
{
border-color: #ADB27D;
}
</style>