#A4B97C

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

Shades of Caper #A4B97C

Tints of Caper #A4B97C

Color information

#A4B97C (or 0xA4B97C) is unknown color: approx Caper. HEX triplet: A4, B9 and 7C. RGB value is (164,185,124). Sum of RGB (Red+Green+Blue) = 164+185+124=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B97C is #5B4683. Grayscale: #ABABAB. Windows color (decimal): -5981828 or 8173988. OLE color: 8173988.

HSL color Cylindrical-coordinate representation of color #A4B97C: hue angle of 80.66º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4B97C is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB164185124-
CMYK0.1100.330.27
HSL80.66º30.35%60.59%-
HSV(B)80.66º32.97%72.55%-
XYZ36.344.0525.66-
YUV171.77101.04122.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.67%
GREEN value IS 185 (72.66% from 255) = 39.11%
BLUE value IS 124 (48.83% from 255) = 26.22%
R=34.67%
G=39.11%
B=26.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641851240.1100.330.2780.6630.3560.59
HexA4B97CB0211B511e3d
Octal24427117413041331213675
Binary101001001011100111111001011010000111011101000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B97C; }

 p { color: rgb(164,185,124); }

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

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

 a { background-color: rgb(164,185,124); }

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

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

 span { border-color: rgb(164,185,124); }

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