#ADB07A

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

Shades of Locust #ADB07A

Tints of Locust #ADB07A

Color information

#ADB07A (or 0xADB07A) is unknown color: approx Locust. HEX triplet: AD, B0 and 7A. RGB value is (173,176,122). Sum of RGB (Red+Green+Blue) = 173+176+122=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB07A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB07A is #524F85. Grayscale: #A9A9A9. Windows color (decimal): -5394310 or 8040621. OLE color: 8040621.

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

Color convert

RGB173176122-
CMYK0.0200.310.31
HSL63.33º25.47%58.43%-
HSV(B)63.33º30.68%69.02%-
XYZ36.2741.3424.48-
YUV168.95101.51130.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.73%
GREEN value IS 176 (69.14% from 255) = 37.37%
BLUE value IS 122 (48.05% from 255) = 25.90%
R=36.73%
G=37.37%
B=25.90%

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
Decimal1731761220.0200.310.3163.3325.4758.43
HexADB07A201F1F3f193a
Octal255260172203737773172
Binary10101101101100001111010100111111111111111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB07A; }

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

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

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

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

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

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

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

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