#ACB07A

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

Shades of Locust #ACB07A

Tints of Locust #ACB07A

Color information

#ACB07A (or 0xACB07A) is unknown color: approx Locust. HEX triplet: AC, B0 and 7A. RGB value is (172,176,122). Sum of RGB (Red+Green+Blue) = 172+176+122=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB07A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB07A is #534F85. Grayscale: #A8A8A8. Windows color (decimal): -5459846 or 8040620. OLE color: 8040620.

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

Color convert

RGB172176122-
CMYK0.0200.310.31
HSL64.44º25.47%58.43%-
HSV(B)64.44º30.68%69.02%-
XYZ36.0541.2324.47-
YUV168.65101.67130.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 176 (69.14% from 255) = 37.45%
BLUE value IS 122 (48.05% from 255) = 25.96%
R=36.60%
G=37.45%
B=25.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721761220.0200.310.3164.4425.4758.43
HexACB07A201F1F40193a
Octal2542601722037371003172
Binary101011001011000011110101001111111111100000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB07A; }

 p { color: rgb(172,176,122); }

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

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

 a { background-color: rgb(172,176,122); }

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

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

 span { border-color: rgb(172,176,122); }

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