#A8B07F

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

Shades of Locust #A8B07F

Tints of Locust #A8B07F

Color information

#A8B07F (or 0xA8B07F) is unknown color: approx Locust. HEX triplet: A8, B0 and 7F. RGB value is (168,176,127). Sum of RGB (Red+Green+Blue) = 168+176+127=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B07F is #574F80. Grayscale: #A8A8A8. Windows color (decimal): -5721985 or 8368296. OLE color: 8368296.

HSL color Cylindrical-coordinate representation of color #A8B07F: hue angle of 69.8º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8B07F is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB168176127-
CMYK0.0500.280.31
HSL69.8º23.67%59.41%-
HSV(B)69.8º27.84%69.02%-
XYZ35.540.9126.1-
YUV168.02104.85127.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.67%
GREEN value IS 176 (69.14% from 255) = 37.37%
BLUE value IS 127 (50% from 255) = 26.96%
R=35.67%
G=37.37%
B=26.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681761270.0500.280.3169.823.6759.41
HexA8B07F501C1F46183b
Octal2502601775034371063073
Binary1010100010110000111111110101110011111100011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B07F; }

 p { color: rgb(168,176,127); }

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

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

 a { background-color: rgb(168,176,127); }

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

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

 span { border-color: rgb(168,176,127); }

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