#A4B281

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

Shades of Caper #A4B281

Tints of Caper #A4B281

Color information

#A4B281 (or 0xA4B281) is unknown color: approx Caper. HEX triplet: A4, B2 and 81. RGB value is (164,178,129). Sum of RGB (Red+Green+Blue) = 164+178+129=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 178 - color contains mainly: green. Hex color #A4B281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B281 is #5B4D7E. Grayscale: #A8A8A8. Windows color (decimal): -5983615 or 8499876. OLE color: 8499876.

HSL color Cylindrical-coordinate representation of color #A4B281: hue angle of 77.14º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4B281 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB164178129-
CMYK0.0800.280.30
HSL77.14º24.14%60.2%-
HSV(B)77.14º27.53%69.8%-
XYZ35.1941.3226.89-
YUV168.23105.86124.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.82%
GREEN value IS 178 (69.92% from 255) = 37.79%
BLUE value IS 129 (50.78% from 255) = 27.39%
R=34.82%
G=37.79%
B=27.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1641781290.0800.280.3077.1424.1460.2
HexA4B281801C1E4d183c
Octal24426220110034361153074
Binary101001001011001010000001100001110011110100110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B281; }

 p { color: rgb(164,178,129); }

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

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

 a { background-color: rgb(164,178,129); }

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

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

 span { border-color: rgb(164,178,129); }

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