#ACB67A

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

Shades of Caper #ACB67A

Tints of Caper #ACB67A

Color information

#ACB67A (or 0xACB67A) is unknown color: approx Caper. HEX triplet: AC, B6 and 7A. RGB value is (172,182,122). Sum of RGB (Red+Green+Blue) = 172+182+122=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB67A is #534985. Grayscale: #ACACAC. Windows color (decimal): -5458310 or 8042156. OLE color: 8042156.

HSL color Cylindrical-coordinate representation of color #ACB67A: hue angle of 70º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACB67A is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB172182122-
CMYK0.0500.330.29
HSL70º29.13%59.61%-
HSV(B)70º32.97%71.37%-
XYZ37.2543.6324.87-
YUV172.1799.69127.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.13%
GREEN value IS 182 (71.48% from 255) = 38.24%
BLUE value IS 122 (48.05% from 255) = 25.63%
R=36.13%
G=38.24%
B=25.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721821220.0500.330.297029.1359.61
HexACB67A50211D461d3c
Octal2542661725041351063574
Binary10101100101101101111010101010000111101100011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB67A; }

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

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

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

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

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

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

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

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