#A5B779

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

Shades of Caper #A5B779

Tints of Caper #A5B779

Color information

#A5B779 (or 0xA5B779) is unknown color: approx Caper. HEX triplet: A5, B7 and 79. RGB value is (165,183,121). Sum of RGB (Red+Green+Blue) = 165+183+121=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B779 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B779 is #5A4886. Grayscale: #AAAAAA. Windows color (decimal): -5916807 or 7976869. OLE color: 7976869.

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

Color convert

RGB165183121-
CMYK0.1000.340.28
HSL77.42º30.1%59.61%-
HSV(B)77.42º33.88%71.76%-
XYZ35.943.2524.54-
YUV170.55100.04124.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.18%
GREEN value IS 183 (71.88% from 255) = 39.02%
BLUE value IS 121 (47.66% from 255) = 25.80%
R=35.18%
G=39.02%
B=25.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1651831210.1000.340.2877.4230.159.61
HexA5B779A0221C4d1e3c
Octal24526717112042341153674
Binary101001011011011111110011010010001011100100110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B779; }

 p { color: rgb(165,183,121); }

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

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

 a { background-color: rgb(165,183,121); }

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

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

 span { border-color: rgb(165,183,121); }

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