#A4B57A

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

Shades of Caper #A4B57A

Tints of Caper #A4B57A

Color information

#A4B57A (or 0xA4B57A) is unknown color: approx Caper. HEX triplet: A4, B5 and 7A. RGB value is (164,181,122). Sum of RGB (Red+Green+Blue) = 164+181+122=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B57A is #5B4A85. Grayscale: #A9A9A9. Windows color (decimal): -5982854 or 8041892. OLE color: 8041892.

HSL color Cylindrical-coordinate representation of color #A4B57A: hue angle of 77.29º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4B57A is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB164181122-
CMYK0.0900.330.29
HSL77.29º28.5%59.41%-
HSV(B)77.29º32.6%70.98%-
XYZ35.3542.3524.72-
YUV169.19101.37124.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.12%
GREEN value IS 181 (71.09% from 255) = 38.76%
BLUE value IS 122 (48.05% from 255) = 26.12%
R=35.12%
G=38.76%
B=26.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641811220.0900.330.2977.2928.559.41
HexA4B57A90211D4d1d3b
Octal24426517211041351153573
Binary101001001011010111110101001010000111101100110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B57A; }

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

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

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

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

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

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

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

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