#A4B37A

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

Shades of Caper #A4B37A

Tints of Caper #A4B37A

Color information

#A4B37A (or 0xA4B37A) is unknown color: approx Caper. HEX triplet: A4, B3 and 7A. RGB value is (164,179,122). Sum of RGB (Red+Green+Blue) = 164+179+122=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B37A is #5B4C85. Grayscale: #A8A8A8. Windows color (decimal): -5983366 or 8041380. OLE color: 8041380.

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

Color convert

RGB164179122-
CMYK0.0800.320.30
HSL75.79º27.27%59.02%-
HSV(B)75.79º31.84%70.2%-
XYZ34.9441.5424.59-
YUV168.02102.03125.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.27%
GREEN value IS 179 (70.31% from 255) = 38.49%
BLUE value IS 122 (48.05% from 255) = 26.24%
R=35.27%
G=38.49%
B=26.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1641791220.0800.320.3075.7927.2759.02
HexA4B37A80201E4c1b3b
Octal24426317210040361143373
Binary101001001011001111110101000010000011110100110011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B37A; }

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

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

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

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

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

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

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

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