#ADB17A

Color #ADB17A Locust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Locust #ADB17A

Tints of Locust #ADB17A

Color information

#ADB17A (or 0xADB17A) is unknown color: approx Locust. HEX triplet: AD, B1 and 7A. RGB value is (173,177,122). Sum of RGB (Red+Green+Blue) = 173+177+122=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB17A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB17A is #524E85. Grayscale: #A9A9A9. Windows color (decimal): -5394054 or 8040877. OLE color: 8040877.

HSL color Cylindrical-coordinate representation of color #ADB17A: hue angle of 64.36º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADB17A is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB173177122-
CMYK0.0200.310.31
HSL64.36º26.07%58.63%-
HSV(B)64.36º31.07%69.41%-
XYZ36.4741.7324.55-
YUV169.53101.17130.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 36.65%
GREEN value IS 177 (69.53% from 255) = 37.5%
BLUE value IS 122 (48.05% from 255) = 25.85%
R=36.65%
G=37.5%
B=25.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731771220.0200.310.3164.3626.0758.63
HexADB17A201F1F401a3b
Octal2552611722037371003273
Binary101011011011000111110101001111111111100000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB17A; }

 p { color: rgb(173,177,122); }

 H1.HeaderClassName
 {
   color: #ADB17A;
 }
 .AnyTagClassName
 {
   color: #ADB17A;
 }
</style>
background-color css

<style>
 a { background-color: #ADB17A; }

 a { background-color: rgb(173,177,122); }

 div.DivClassName
 {
   background-color: #ADB17A;
 }
 .BgClassName
 {
   background-color: #ADB17A;
 }
</style>
border-color css

<style>
 span { border-color: #ADB17A; }

 span { border-color: rgb(173,177,122); }

 td.TdClassName
 {
   border-color: #ADB17A;
 }
 .TagClassName
 {
   border-color: #ADB17A;
 }
</style>