#A8AC82

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

Shades of Locust #A8AC82

Tints of Locust #A8AC82

Color information

#A8AC82 (or 0xA8AC82) is unknown color: approx Locust. HEX triplet: A8, AC and 82. RGB value is (168,172,130). Sum of RGB (Red+Green+Blue) = 168+172+130=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 130 (51.17% from 255 or 27.66% from 470); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AC82 is #57537D. Grayscale: #A6A6A6. Windows color (decimal): -5723006 or 8563880. OLE color: 8563880.

HSL color Cylindrical-coordinate representation of color #A8AC82: hue angle of 65.71º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8AC82 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB168172130-
CMYK0.0200.240.33
HSL65.71º20.19%59.22%-
HSV(B)65.71º24.42%67.45%-
XYZ34.9339.4426.89-
YUV166.02107.67129.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.74%
GREEN value IS 172 (67.58% from 255) = 36.60%
BLUE value IS 130 (51.17% from 255) = 27.66%
R=35.74%
G=36.60%
B=27.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681721300.0200.240.3365.7120.1959.22
HexA8AC8220182142143b
Octal2502542022030411022473
Binary10101000101011001000001010011000100001100001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AC82; }

 p { color: rgb(168,172,130); }

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

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

 a { background-color: rgb(168,172,130); }

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

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

 span { border-color: rgb(168,172,130); }

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