#ABB47D

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

Shades of Caper #ABB47D

Tints of Caper #ABB47D

Color information

#ABB47D (or 0xABB47D) is unknown color: approx Caper. HEX triplet: AB, B4 and 7D. RGB value is (171,180,125). Sum of RGB (Red+Green+Blue) = 171+180+125=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB47D is #544B82. Grayscale: #ABABAB. Windows color (decimal): -5524355 or 8238251. OLE color: 8238251.

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

Color convert

RGB171180125-
CMYK0.0500.310.29
HSL69.82º26.83%59.8%-
HSV(B)69.82º30.56%70.59%-
XYZ36.8242.7825.72-
YUV171.04102.02127.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.92%
GREEN value IS 180 (70.70% from 255) = 37.82%
BLUE value IS 125 (49.22% from 255) = 26.26%
R=35.92%
G=37.82%
B=26.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711801250.0500.310.2969.8226.8359.8
HexABB47D501F1D461b3c
Octal2532641755037351063374
Binary1010101110110100111110110101111111101100011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB47D; }

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

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

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

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

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

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

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

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