#A8B880

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

Shades of Caper #A8B880

Tints of Caper #A8B880

Color information

#A8B880 (or 0xA8B880) is unknown color: approx Caper. HEX triplet: A8, B8 and 80. RGB value is (168,184,128). Sum of RGB (Red+Green+Blue) = 168+184+128=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B880 is #57477F. Grayscale: #ADADAD. Windows color (decimal): -5719936 or 8435880. OLE color: 8435880.

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

Color convert

RGB168184128-
CMYK0.0900.300.28
HSL77.14º28.28%61.18%-
HSV(B)77.14º30.43%72.16%-
XYZ37.1944.1626.99-
YUV172.83102.7124.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35%
GREEN value IS 184 (72.27% from 255) = 38.33%
BLUE value IS 128 (50.39% from 255) = 26.67%
R=35%
G=38.33%
B=26.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1681841280.0900.300.2877.1428.2861.18
HexA8B880901E1C4d1c3d
Octal25027020011036341153475
Binary101010001011100010000000100101111011100100110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B880; }

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

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

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

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

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

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

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

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