#ACB67D

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

Shades of Caper #ACB67D

Tints of Caper #ACB67D

Color information

#ACB67D (or 0xACB67D) is unknown color: approx Caper. HEX triplet: AC, B6 and 7D. RGB value is (172,182,125). Sum of RGB (Red+Green+Blue) = 172+182+125=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 182 (71.48% from 255 or 38.00% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB67D is #534982. Grayscale: #ACACAC. Windows color (decimal): -5458307 or 8238764. OLE color: 8238764.

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

Color convert

RGB172182125-
CMYK0.0500.310.29
HSL70.53º28.08%60.2%-
HSV(B)70.53º31.32%71.37%-
XYZ37.4443.7125.86-
YUV172.51101.19127.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 182 (71.48% from 255) = 38.00%
BLUE value IS 125 (49.22% from 255) = 26.10%
R=35.91%
G=38.00%
B=26.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721821250.0500.310.2970.5328.0860.2
HexACB67D501F1D471c3c
Octal2542661755037351073474
Binary1010110010110110111110110101111111101100011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB67D; }

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

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

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

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

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

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

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

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