#A5B777

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

Shades of Caper #A5B777

Tints of Caper #A5B777

Color information

#A5B777 (or 0xA5B777) is unknown color: approx Caper. HEX triplet: A5, B7 and 77. RGB value is (165,183,119). Sum of RGB (Red+Green+Blue) = 165+183+119=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B777 is #5A4888. Grayscale: #AAAAAA. Windows color (decimal): -5916809 or 7845797. OLE color: 7845797.

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

Color convert

RGB165183119-
CMYK0.1000.350.28
HSL76.88º30.77%59.22%-
HSV(B)76.88º34.97%71.76%-
XYZ35.7843.223.91-
YUV170.3299.04124.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.33%
GREEN value IS 183 (71.88% from 255) = 39.19%
BLUE value IS 119 (46.88% from 255) = 25.48%
R=35.33%
G=39.19%
B=25.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1651831190.1000.350.2876.8830.7759.22
HexA5B777A0231C4d1f3b
Octal24526716712043341153773
Binary101001011011011111101111010010001111100100110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B777; }

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

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

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

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

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

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

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

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