#A5B47B

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

Shades of Caper #A5B47B

Tints of Caper #A5B47B

Color information

#A5B47B (or 0xA5B47B) is unknown color: approx Caper. HEX triplet: A5, B4 and 7B. RGB value is (165,180,123). Sum of RGB (Red+Green+Blue) = 165+180+123=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B47B is #5A4B84. Grayscale: #A9A9A9. Windows color (decimal): -5917573 or 8107173. OLE color: 8107173.

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

Color convert

RGB165180123-
CMYK0.0800.320.29
HSL75.79º27.54%59.41%-
HSV(B)75.79º31.67%70.59%-
XYZ35.4142.0724.99-
YUV169.02102.03125.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.26%
GREEN value IS 180 (70.70% from 255) = 38.46%
BLUE value IS 123 (48.44% from 255) = 26.28%
R=35.26%
G=38.46%
B=26.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651801230.0800.320.2975.7927.5459.41
HexA5B47B80201D4c1c3b
Octal24526417310040351143473
Binary101001011011010011110111000010000011101100110011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B47B; }

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

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

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

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

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

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

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

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