#A8B27C

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

Shades of Locust #A8B27C

Tints of Locust #A8B27C

Color information

#A8B27C (or 0xA8B27C) is unknown color: approx Locust. HEX triplet: A8, B2 and 7C. RGB value is (168,178,124). Sum of RGB (Red+Green+Blue) = 168+178+124=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B27C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B27C is #574D83. Grayscale: #A9A9A9. Windows color (decimal): -5721476 or 8172200. OLE color: 8172200.

HSL color Cylindrical-coordinate representation of color #A8B27C: hue angle of 71.11º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8B27C is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB168178124-
CMYK0.0600.300.30
HSL71.11º25.96%59.22%-
HSV(B)71.11º30.34%69.8%-
XYZ35.7141.6225.22-
YUV168.85102.69127.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.74%
GREEN value IS 178 (69.92% from 255) = 37.87%
BLUE value IS 124 (48.83% from 255) = 26.38%
R=35.74%
G=37.87%
B=26.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1681781240.0600.300.3071.1125.9659.22
HexA8B27C601E1E471a3b
Octal2502621746036361073273
Binary1010100010110010111110011001111011110100011111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B27C; }

 p { color: rgb(168,178,124); }

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

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

 a { background-color: rgb(168,178,124); }

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

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

 span { border-color: rgb(168,178,124); }

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