#ACB680

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

Shades of Caper #ACB680

Tints of Caper #ACB680

Color information

#ACB680 (or 0xACB680) is unknown color: approx Caper. HEX triplet: AC, B6 and 80. RGB value is (172,182,128). Sum of RGB (Red+Green+Blue) = 172+182+128=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB680 is #53497F. Grayscale: #ADADAD. Windows color (decimal): -5458304 or 8435372. OLE color: 8435372.

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

Color convert

RGB172182128-
CMYK0.0500.300.29
HSL71.11º27%60.78%-
HSV(B)71.11º29.67%71.37%-
XYZ37.6443.7926.89-
YUV172.85102.69127.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 182 (71.48% from 255) = 37.76%
BLUE value IS 128 (50.39% from 255) = 26.56%
R=35.68%
G=37.76%
B=26.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721821280.0500.300.2971.112760.78
HexACB680501E1D471b3d
Octal2542662005036351073375
Binary10101100101101101000000010101111011101100011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB680; }

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

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

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

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

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

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

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

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