#ACB17E

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

Shades of Locust #ACB17E

Tints of Locust #ACB17E

Color information

#ACB17E (or 0xACB17E) is unknown color: approx Locust. HEX triplet: AC, B1 and 7E. RGB value is (172,177,126). Sum of RGB (Red+Green+Blue) = 172+177+126=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB17E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB17E is #534E81. Grayscale: #A9A9A9. Windows color (decimal): -5459586 or 8303020. OLE color: 8303020.

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

Color convert

RGB172177126-
CMYK0.0300.290.31
HSL65.88º24.64%59.41%-
HSV(B)65.88º28.81%69.41%-
XYZ36.541.7225.87-
YUV169.69103.34129.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 177 (69.53% from 255) = 37.26%
BLUE value IS 126 (49.61% from 255) = 26.53%
R=36.21%
G=37.26%
B=26.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721771260.0300.290.3165.8824.6459.41
HexACB17E301D1F42193b
Octal2542611763035371023173
Binary101011001011000111111101101110111111100001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB17E; }

 p { color: rgb(172,177,126); }

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

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

 a { background-color: rgb(172,177,126); }

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

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

 span { border-color: rgb(172,177,126); }

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