#A4B37D

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

Shades of Caper #A4B37D

Tints of Caper #A4B37D

Color information

#A4B37D (or 0xA4B37D) is unknown color: approx Caper. HEX triplet: A4, B3 and 7D. RGB value is (164,179,125). Sum of RGB (Red+Green+Blue) = 164+179+125=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B37D is #5B4C82. Grayscale: #A8A8A8. Windows color (decimal): -5983363 or 8237988. OLE color: 8237988.

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

Color convert

RGB164179125-
CMYK0.0800.300.30
HSL76.67º26.21%59.61%-
HSV(B)76.67º30.17%70.2%-
XYZ35.1341.6125.58-
YUV168.36103.53124.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.04%
GREEN value IS 179 (70.31% from 255) = 38.25%
BLUE value IS 125 (49.22% from 255) = 26.71%
R=35.04%
G=38.25%
B=26.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1641791250.0800.300.3076.6726.2159.61
HexA4B37D801E1E4d1a3c
Octal24426317510036361153274
Binary10100100101100111111101100001111011110100110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B37D; }

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

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

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

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

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

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

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

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