#ACBA83

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

Shades of Caper #ACBA83

Tints of Caper #ACBA83

Color information

#ACBA83 (or 0xACBA83) is unknown color: approx Caper. HEX triplet: AC, BA and 83. RGB value is (172,186,131). Sum of RGB (Red+Green+Blue) = 172+186+131=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 131 (51.56% from 255 or 26.79% from 489); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBA83 is #53457C. Grayscale: #AFAFAF. Windows color (decimal): -5457277 or 8633004. OLE color: 8633004.

HSL color Cylindrical-coordinate representation of color #ACBA83: hue angle of 75.27º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACBA83 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB172186131-
CMYK0.0800.300.27
HSL75.27º28.5%62.16%-
HSV(B)75.27º29.57%72.94%-
XYZ38.6745.5328.22-
YUV175.54102.86125.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 186 (73.05% from 255) = 38.04%
BLUE value IS 131 (51.56% from 255) = 26.79%
R=35.17%
G=38.04%
B=26.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721861310.0800.300.2775.2728.562.16
HexACBA83801E1B4b1c3e
Octal25427220310036331133476
Binary101011001011101010000011100001111011011100101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBA83; }

 p { color: rgb(172,186,131); }

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

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

 a { background-color: rgb(172,186,131); }

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

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

 span { border-color: rgb(172,186,131); }

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