#ABB485

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

Shades of Caper #ABB485

Tints of Caper #ABB485

Color information

#ABB485 (or 0xABB485) is unknown color: approx Caper. HEX triplet: AB, B4 and 85. RGB value is (171,180,133). Sum of RGB (Red+Green+Blue) = 171+180+133=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB485 is #544B7A. Grayscale: #ACACAC. Windows color (decimal): -5524347 or 8762539. OLE color: 8762539.

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

Color convert

RGB171180133-
CMYK0.0500.260.29
HSL71.49º23.86%61.37%-
HSV(B)71.49º26.11%70.59%-
XYZ37.3542.9928.52-
YUV171.95106.02127.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.33%
GREEN value IS 180 (70.70% from 255) = 37.19%
BLUE value IS 133 (52.34% from 255) = 27.48%
R=35.33%
G=37.19%
B=27.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711801330.0500.260.2971.4923.8661.37
HexABB485501A1D47183d
Octal2532642055032351073075
Binary10101011101101001000010110101101011101100011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB485; }

 p { color: rgb(171,180,133); }

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

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

 a { background-color: rgb(171,180,133); }

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

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

 span { border-color: rgb(171,180,133); }

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