#A5B481

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

Shades of Caper #A5B481

Tints of Caper #A5B481

Color information

#A5B481 (or 0xA5B481) is unknown color: approx Caper. HEX triplet: A5, B4 and 81. RGB value is (165,180,129). Sum of RGB (Red+Green+Blue) = 165+180+129=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B481 is #5A4B7E. Grayscale: #A9A9A9. Windows color (decimal): -5917567 or 8500389. OLE color: 8500389.

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

Color convert

RGB165180129-
CMYK0.0800.280.29
HSL77.65º25.37%60.59%-
HSV(B)77.65º28.33%70.59%-
XYZ35.842.2327.03-
YUV169.7105.03124.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.81%
GREEN value IS 180 (70.70% from 255) = 37.97%
BLUE value IS 129 (50.78% from 255) = 27.22%
R=34.81%
G=37.97%
B=27.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651801290.0800.280.2977.6525.3760.59
HexA5B481801C1D4e193d
Octal24526420110034351163175
Binary101001011011010010000001100001110011101100111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B481; }

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

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

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

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

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

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

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

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