#ACB77D

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

Shades of Caper #ACB77D

Tints of Caper #ACB77D

Color information

#ACB77D (or 0xACB77D) is unknown color: approx Caper. HEX triplet: AC, B7 and 7D. RGB value is (172,183,125). Sum of RGB (Red+Green+Blue) = 172+183+125=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB77D is #534882. Grayscale: #ADADAD. Windows color (decimal): -5458051 or 8239020. OLE color: 8239020.

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

Color convert

RGB172183125-
CMYK0.0600.320.28
HSL71.38º28.71%60.39%-
HSV(B)71.38º31.69%71.76%-
XYZ37.6544.1225.93-
YUV173.1100.86127.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.83%
GREEN value IS 183 (71.88% from 255) = 38.12%
BLUE value IS 125 (49.22% from 255) = 26.04%
R=35.83%
G=38.12%
B=26.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721831250.0600.320.2871.3828.7160.39
HexACB77D60201C471d3c
Octal2542671756040341073574
Binary10101100101101111111101110010000011100100011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB77D; }

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

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

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

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

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

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

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

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