#ACB770

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

Shades of Caper #ACB770

Tints of Caper #ACB770

Color information

#ACB770 (or 0xACB770) is unknown color: approx Caper. HEX triplet: AC, B7 and 70. RGB value is (172,183,112). Sum of RGB (Red+Green+Blue) = 172+183+112=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB770 is #53488F. Grayscale: #ABABAB. Windows color (decimal): -5458064 or 7387052. OLE color: 7387052.

HSL color Cylindrical-coordinate representation of color #ACB770: hue angle of 69.3º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACB770 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB172183112-
CMYK0.0600.390.28
HSL69.3º33.02%57.84%-
HSV(B)69.3º38.8%71.76%-
XYZ36.8743.8121.84-
YUV171.6294.36128.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.83%
GREEN value IS 183 (71.88% from 255) = 39.19%
BLUE value IS 112 (44.14% from 255) = 23.98%
R=36.83%
G=39.19%
B=23.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721831120.0600.390.2869.333.0257.84
HexACB77060271C45213a
Octal2542671606047341054172
Binary101011001011011111100001100100111111001000101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB770; }

 p { color: rgb(172,183,112); }

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

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

 a { background-color: rgb(172,183,112); }

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

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

 span { border-color: rgb(172,183,112); }

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