#A4B082

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

Shades of Locust #A4B082

Tints of Locust #A4B082

Color information

#A4B082 (or 0xA4B082) is unknown color: approx Locust. HEX triplet: A4, B0 and 82. RGB value is (164,176,130). Sum of RGB (Red+Green+Blue) = 164+176+130=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 130 (51.17% from 255 or 27.66% from 470); Max value from RGB is 176 - color contains mainly: green. Hex color #A4B082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B082 is #5B4F7D. Grayscale: #A7A7A7. Windows color (decimal): -5984126 or 8564900. OLE color: 8564900.

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

Color convert

RGB164176130-
CMYK0.0700.260.31
HSL75.65º22.55%60%-
HSV(B)75.65º26.14%69.02%-
XYZ34.8640.5527.11-
YUV167.17107.02125.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.89%
GREEN value IS 176 (69.14% from 255) = 37.45%
BLUE value IS 130 (51.17% from 255) = 27.66%
R=34.89%
G=37.45%
B=27.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641761300.0700.260.3175.6522.5560
HexA4B082701A1F4c173c
Octal2442602027032371142774
Binary10100100101100001000001011101101011111100110010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B082; }

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

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

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

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

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

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

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

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