#A8B489

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

Shades of Caper #A8B489

Tints of Caper #A8B489

Color information

#A8B489 (or 0xA8B489) is unknown color: approx Caper. HEX triplet: A8, B4 and 89. RGB value is (168,180,137). Sum of RGB (Red+Green+Blue) = 168+180+137=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B489 is #574B76. Grayscale: #ABABAB. Windows color (decimal): -5720951 or 9024680. OLE color: 9024680.

HSL color Cylindrical-coordinate representation of color #A8B489: hue angle of 76.74º degrees, saturation: 0.22, 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 #A8B489 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB168180137-
CMYK0.0700.240.29
HSL76.74º22.28%62.16%-
HSV(B)76.74º23.89%70.59%-
XYZ36.9942.7729.97-
YUV171.51108.52125.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.64%
GREEN value IS 180 (70.70% from 255) = 37.11%
BLUE value IS 137 (53.91% from 255) = 28.25%
R=34.64%
G=37.11%
B=28.25%

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
Decimal1681801370.0700.240.2976.7422.2862.16
HexA8B48970181D4d163e
Octal2502642117030351152676
Binary10101000101101001000100111101100011101100110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B489; }

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

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

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

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

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

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

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

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