#A5B881

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

Shades of Caper #A5B881

Tints of Caper #A5B881

Color information

#A5B881 (or 0xA5B881) is unknown color: approx Caper. HEX triplet: A5, B8 and 81. RGB value is (165,184,129). Sum of RGB (Red+Green+Blue) = 165+184+129=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B881 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B881 is #5A477E. Grayscale: #ACACAC. Windows color (decimal): -5916543 or 8501413. OLE color: 8501413.

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

Color convert

RGB165184129-
CMYK0.1000.300.28
HSL80.73º27.92%61.37%-
HSV(B)80.73º29.89%72.16%-
XYZ36.6243.8727.31-
YUV172.05103.71122.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.52%
GREEN value IS 184 (72.27% from 255) = 38.49%
BLUE value IS 129 (50.78% from 255) = 26.99%
R=34.52%
G=38.49%
B=26.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1651841290.1000.300.2880.7327.9261.37
HexA5B881A01E1C511c3d
Octal24527020112036341213475
Binary101001011011100010000001101001111011100101000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B881; }

 p { color: rgb(165,184,129); }

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

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

 a { background-color: rgb(165,184,129); }

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

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

 span { border-color: rgb(165,184,129); }

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