#A8AE7C

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

Shades of Locust #A8AE7C

Tints of Locust #A8AE7C

Color information

#A8AE7C (or 0xA8AE7C) is unknown color: approx Locust. HEX triplet: A8, AE and 7C. RGB value is (168,174,124). Sum of RGB (Red+Green+Blue) = 168+174+124=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AE7C is #575183. Grayscale: #A6A6A6. Windows color (decimal): -5722500 or 8171176. OLE color: 8171176.

HSL color Cylindrical-coordinate representation of color #A8AE7C: hue angle of 67.2º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8AE7C is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB168174124-
CMYK0.0300.290.32
HSL67.2º23.58%58.43%-
HSV(B)67.2º28.74%68.24%-
XYZ34.9240.0524.96-
YUV166.51104.01129.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.05%
GREEN value IS 174 (68.36% from 255) = 37.34%
BLUE value IS 124 (48.83% from 255) = 26.61%
R=36.05%
G=37.34%
B=26.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681741240.0300.290.3267.223.5858.43
HexA8AE7C301D2043183a
Octal2502561743035401033072
Binary1010100010101110111110011011101100000100001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AE7C; }

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

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

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

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

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

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

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

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