#A4B37B

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

Shades of Caper #A4B37B

Tints of Caper #A4B37B

Color information

#A4B37B (or 0xA4B37B) is unknown color: approx Caper. HEX triplet: A4, B3 and 7B. RGB value is (164,179,123). Sum of RGB (Red+Green+Blue) = 164+179+123=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B37B is #5B4C84. Grayscale: #A8A8A8. Windows color (decimal): -5983365 or 8106916. OLE color: 8106916.

HSL color Cylindrical-coordinate representation of color #A4B37B: hue angle of 76.07º 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 #A4B37B is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB164179123-
CMYK0.0800.310.30
HSL76.07º26.92%59.22%-
HSV(B)76.07º31.28%70.2%-
XYZ35.0141.5624.92-
YUV168.13102.53125.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.19%
GREEN value IS 179 (70.31% from 255) = 38.41%
BLUE value IS 123 (48.44% from 255) = 26.39%
R=35.19%
G=38.41%
B=26.39%

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
Decimal1641791230.0800.310.3076.0726.9259.22
HexA4B37B801F1E4c1b3b
Octal24426317310037361143373
Binary10100100101100111111011100001111111110100110011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B37B; }

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

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

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

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

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

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

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

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