#A4B37C

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

Shades of Caper #A4B37C

Tints of Caper #A4B37C

Color information

#A4B37C (or 0xA4B37C) is unknown color: approx Caper. HEX triplet: A4, B3 and 7C. RGB value is (164,179,124). Sum of RGB (Red+Green+Blue) = 164+179+124=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B37C is #5B4C83. Grayscale: #A8A8A8. Windows color (decimal): -5983364 or 8172452. OLE color: 8172452.

HSL color Cylindrical-coordinate representation of color #A4B37C: hue angle of 76.36º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4B37C is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB164179124-
CMYK0.0800.310.30
HSL76.36º26.57%59.41%-
HSV(B)76.36º30.73%70.2%-
XYZ35.0741.5925.25-
YUV168.24103.03124.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.12%
GREEN value IS 179 (70.31% from 255) = 38.33%
BLUE value IS 124 (48.83% from 255) = 26.55%
R=35.12%
G=38.33%
B=26.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1641791240.0800.310.3076.3626.5759.41
HexA4B37C801F1E4c1b3b
Octal24426317410037361143373
Binary10100100101100111111100100001111111110100110011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B37C; }

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

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

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

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

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

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

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

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