#ADB47E

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

Shades of Caper #ADB47E

Tints of Caper #ADB47E

Color information

#ADB47E (or 0xADB47E) is unknown color: approx Caper. HEX triplet: AD, B4 and 7E. RGB value is (173,180,126). Sum of RGB (Red+Green+Blue) = 173+180+126=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB47E is #524B81. Grayscale: #ABABAB. Windows color (decimal): -5393282 or 8303789. OLE color: 8303789.

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

Color convert

RGB173180126-
CMYK0.0400.30.29
HSL67.78º26.47%60%-
HSV(B)67.78º30%70.59%-
XYZ37.3243.0326.08-
YUV171.75102.18128.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.12%
GREEN value IS 180 (70.70% from 255) = 37.58%
BLUE value IS 126 (49.61% from 255) = 26.30%
R=36.12%
G=37.58%
B=26.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731801260.0400.30.2967.7826.4760
HexADB47E401E1D441a3c
Octal2552641764036351043274
Binary1010110110110100111111010001111011101100010011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB47E; }

 p { color: rgb(173,180,126); }

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

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

 a { background-color: rgb(173,180,126); }

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

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

 span { border-color: rgb(173,180,126); }

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