#A4B77C

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

Shades of Caper #A4B77C

Tints of Caper #A4B77C

Color information

#A4B77C (or 0xA4B77C) is unknown color: approx Caper. HEX triplet: A4, B7 and 7C. RGB value is (164,183,124). Sum of RGB (Red+Green+Blue) = 164+183+124=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B77C is #5B4883. Grayscale: #AAAAAA. Windows color (decimal): -5982340 or 8173476. OLE color: 8173476.

HSL color Cylindrical-coordinate representation of color #A4B77C: hue angle of 79.32º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4B77C is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB164183124-
CMYK0.1000.320.28
HSL79.32º29.06%60.2%-
HSV(B)79.32º32.24%71.76%-
XYZ35.8843.2125.52-
YUV170.59101.71123.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.82%
GREEN value IS 183 (71.88% from 255) = 38.85%
BLUE value IS 124 (48.83% from 255) = 26.33%
R=34.82%
G=38.85%
B=26.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641831240.1000.320.2879.3229.0660.2
HexA4B77CA0201C4f1d3c
Octal24426717412040341173574
Binary101001001011011111111001010010000011100100111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B77C; }

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

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

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

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

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

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

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

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