#A8AF7B

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

Shades of Locust #A8AF7B

Tints of Locust #A8AF7B

Color information

#A8AF7B (or 0xA8AF7B) is unknown color: approx Locust. HEX triplet: A8, AF and 7B. RGB value is (168,175,123). Sum of RGB (Red+Green+Blue) = 168+175+123=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF7B is #575084. Grayscale: #A7A7A7. Windows color (decimal): -5722245 or 8105896. OLE color: 8105896.

HSL color Cylindrical-coordinate representation of color #A8AF7B: hue angle of 68.08º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8AF7B is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB168175123-
CMYK0.0400.300.31
HSL68.08º24.53%58.43%-
HSV(B)68.08º29.71%68.63%-
XYZ35.0540.4124.69-
YUV166.98103.18128.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.05%
GREEN value IS 175 (68.75% from 255) = 37.55%
BLUE value IS 123 (48.44% from 255) = 26.39%
R=36.05%
G=37.55%
B=26.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681751230.0400.300.3168.0824.5358.43
HexA8AF7B401E1F44193a
Octal2502571734036371043172
Binary1010100010101111111101110001111011111100010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AF7B; }

 p { color: rgb(168,175,123); }

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

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

 a { background-color: rgb(168,175,123); }

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

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

 span { border-color: rgb(168,175,123); }

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