#A8AC83

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

Shades of Locust #A8AC83

Tints of Locust #A8AC83

Color information

#A8AC83 (or 0xA8AC83) is unknown color: approx Locust. HEX triplet: A8, AC and 83. RGB value is (168,172,131). Sum of RGB (Red+Green+Blue) = 168+172+131=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AC83 is #57537C. Grayscale: #A6A6A6. Windows color (decimal): -5723005 or 8629416. OLE color: 8629416.

HSL color Cylindrical-coordinate representation of color #A8AC83: hue angle of 65.85º 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 #A8AC83 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB168172131-
CMYK0.0200.240.33
HSL65.85º19.81%59.41%-
HSV(B)65.85º23.84%67.45%-
XYZ3539.4727.25-
YUV166.13108.17129.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.67%
GREEN value IS 172 (67.58% from 255) = 36.52%
BLUE value IS 131 (51.56% from 255) = 27.81%
R=35.67%
G=36.52%
B=27.81%

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
Decimal1681721310.0200.240.3365.8519.8159.41
HexA8AC8320182142143b
Octal2502542032030411022473
Binary10101000101011001000001110011000100001100001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AC83; }

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

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

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

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

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

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

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

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