#A4B77F

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

Shades of Caper #A4B77F

Tints of Caper #A4B77F

Color information

#A4B77F (or 0xA4B77F) is unknown color: approx Caper. HEX triplet: A4, B7 and 7F. RGB value is (164,183,127). Sum of RGB (Red+Green+Blue) = 164+183+127=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B77F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B77F is #5B4880. Grayscale: #ABABAB. Windows color (decimal): -5982337 or 8370084. OLE color: 8370084.

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

Color convert

RGB164183127-
CMYK0.1000.310.28
HSL80.36º28%60.78%-
HSV(B)80.36º30.6%71.76%-
XYZ36.0743.2926.53-
YUV170.94103.21123.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.60%
GREEN value IS 183 (71.88% from 255) = 38.61%
BLUE value IS 127 (50% from 255) = 26.79%
R=34.60%
G=38.61%
B=26.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641831270.1000.310.2880.362860.78
HexA4B77FA01F1C501c3d
Octal24426717712037341203475
Binary10100100101101111111111101001111111100101000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B77F; }

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

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

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

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

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

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

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

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