#A5B47E

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

Shades of Caper #A5B47E

Tints of Caper #A5B47E

Color information

#A5B47E (or 0xA5B47E) is unknown color: approx Caper. HEX triplet: A5, B4 and 7E. RGB value is (165,180,126). Sum of RGB (Red+Green+Blue) = 165+180+126=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B47E is #5A4B81. Grayscale: #A9A9A9. Windows color (decimal): -5917570 or 8303781. OLE color: 8303781.

HSL color Cylindrical-coordinate representation of color #A5B47E: hue angle of 76.67º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5B47E is Cyan = 0.08, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.29.

Color convert

RGB165180126-
CMYK0.0800.30.29
HSL76.67º26.47%60%-
HSV(B)76.67º30%70.59%-
XYZ35.642.1526-
YUV169.36103.53124.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.03%
GREEN value IS 180 (70.70% from 255) = 38.22%
BLUE value IS 126 (49.61% from 255) = 26.75%
R=35.03%
G=38.22%
B=26.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651801260.0800.30.2976.6726.4760
HexA5B47E801E1D4d1a3c
Octal24526417610036351153274
Binary10100101101101001111110100001111011101100110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B47E; }

 p { color: rgb(165,180,126); }

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

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

 a { background-color: rgb(165,180,126); }

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

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

 span { border-color: rgb(165,180,126); }

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