#A7B082

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

Shades of Locust #A7B082

Tints of Locust #A7B082

Color information

#A7B082 (or 0xA7B082) is unknown color: approx Locust. HEX triplet: A7, B0 and 82. RGB value is (167,176,130). Sum of RGB (Red+Green+Blue) = 167+176+130=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B082 is #584F7D. Grayscale: #A8A8A8. Windows color (decimal): -5787518 or 8564903. OLE color: 8564903.

HSL color Cylindrical-coordinate representation of color #A7B082: hue angle of 71.74º 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 #A7B082 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB167176130-
CMYK0.0500.260.31
HSL71.74º22.55%60%-
HSV(B)71.74º26.14%69.02%-
XYZ35.4940.8827.14-
YUV168.06106.52127.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.31%
GREEN value IS 176 (69.14% from 255) = 37.21%
BLUE value IS 130 (51.17% from 255) = 27.48%
R=35.31%
G=37.21%
B=27.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671761300.0500.260.3171.7422.5560
HexA7B082501A1F48173c
Octal2472602025032371102774
Binary10100111101100001000001010101101011111100100010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B082; }

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

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

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

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

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

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

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

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