#A8B480

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

Shades of Caper #A8B480

Tints of Caper #A8B480

Color information

#A8B480 (or 0xA8B480) is unknown color: approx Caper. HEX triplet: A8, B4 and 80. RGB value is (168,180,128). Sum of RGB (Red+Green+Blue) = 168+180+128=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B480 is #574B7F. Grayscale: #AAAAAA. Windows color (decimal): -5720960 or 8434856. OLE color: 8434856.

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

Color convert

RGB168180128-
CMYK0.0700.290.29
HSL73.85º25.74%60.39%-
HSV(B)73.85º28.89%70.59%-
XYZ36.3742.5326.71-
YUV170.48104.02126.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.29%
GREEN value IS 180 (70.70% from 255) = 37.82%
BLUE value IS 128 (50.39% from 255) = 26.89%
R=35.29%
G=37.82%
B=26.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681801280.0700.290.2973.8525.7460.39
HexA8B480701D1D4a1a3c
Octal2502642007035351123274
Binary10101000101101001000000011101110111101100101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B480; }

 p { color: rgb(168,180,128); }

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

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

 a { background-color: rgb(168,180,128); }

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

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

 span { border-color: rgb(168,180,128); }

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