#A4B07D

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

Shades of Locust #A4B07D

Tints of Locust #A4B07D

Color information

#A4B07D (or 0xA4B07D) is unknown color: approx Locust. HEX triplet: A4, B0 and 7D. RGB value is (164,176,125). Sum of RGB (Red+Green+Blue) = 164+176+125=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 176 - color contains mainly: green. Hex color #A4B07D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4B07D is #5B4F82. Grayscale: #A6A6A6. Windows color (decimal): -5984131 or 8237220. OLE color: 8237220.

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

Color convert

RGB164176125-
CMYK0.0700.290.31
HSL74.12º24.4%59.02%-
HSV(B)74.12º28.98%69.02%-
XYZ34.5440.4225.38-
YUV166.6104.52126.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.27%
GREEN value IS 176 (69.14% from 255) = 37.85%
BLUE value IS 125 (49.22% from 255) = 26.88%
R=35.27%
G=37.85%
B=26.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641761250.0700.290.3174.1224.459.02
HexA4B07D701D1F4a183b
Octal2442601757035371123073
Binary1010010010110000111110111101110111111100101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B07D; }

 p { color: rgb(164,176,125); }

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

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

 a { background-color: rgb(164,176,125); }

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

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

 span { border-color: rgb(164,176,125); }

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