#A8B882

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

Shades of Caper #A8B882

Tints of Caper #A8B882

Color information

#A8B882 (or 0xA8B882) is unknown color: approx Caper. HEX triplet: A8, B8 and 82. RGB value is (168,184,130). Sum of RGB (Red+Green+Blue) = 168+184+130=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B882 is #57477D. Grayscale: #ADADAD. Windows color (decimal): -5719934 or 8566952. OLE color: 8566952.

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

Color convert

RGB168184130-
CMYK0.0900.290.28
HSL77.78º27.55%61.57%-
HSV(B)77.78º29.35%72.16%-
XYZ37.3244.2227.69-
YUV173.06103.7124.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.85%
GREEN value IS 184 (72.27% from 255) = 38.17%
BLUE value IS 130 (51.17% from 255) = 26.97%
R=34.85%
G=38.17%
B=26.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1681841300.0900.290.2877.7827.5561.57
HexA8B882901D1C4e1c3e
Octal25027020211035341163476
Binary101010001011100010000010100101110111100100111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B882; }

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

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

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

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

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

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

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

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