#A8B488

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

Shades of Caper #A8B488

Tints of Caper #A8B488

Color information

#A8B488 (or 0xA8B488) is unknown color: approx Caper. HEX triplet: A8, B4 and 88. RGB value is (168,180,136). Sum of RGB (Red+Green+Blue) = 168+180+136=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B488 is #574B77. Grayscale: #ABABAB. Windows color (decimal): -5720952 or 8959144. OLE color: 8959144.

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

Color convert

RGB168180136-
CMYK0.0700.240.29
HSL76.36º22.68%61.96%-
HSV(B)76.36º24.44%70.59%-
XYZ36.9142.7429.6-
YUV171.4108.02125.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.71%
GREEN value IS 180 (70.70% from 255) = 37.19%
BLUE value IS 136 (53.52% from 255) = 28.10%
R=34.71%
G=37.19%
B=28.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681801360.0700.240.2976.3622.6861.96
HexA8B48870181D4c173e
Octal2502642107030351142776
Binary10101000101101001000100011101100011101100110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B488; }

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

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

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

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

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

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

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

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