#ADB480

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

Shades of Caper #ADB480

Tints of Caper #ADB480

Color information

#ADB480 (or 0xADB480) is unknown color: approx Caper. HEX triplet: AD, B4 and 80. RGB value is (173,180,128). Sum of RGB (Red+Green+Blue) = 173+180+128=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB480 is #524B7F. Grayscale: #ACACAC. Windows color (decimal): -5393280 or 8434861. OLE color: 8434861.

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

Color convert

RGB173180128-
CMYK0.0400.290.29
HSL68.08º25.74%60.39%-
HSV(B)68.08º28.89%70.59%-
XYZ37.4543.0926.76-
YUV171.98103.18128.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.97%
GREEN value IS 180 (70.70% from 255) = 37.42%
BLUE value IS 128 (50.39% from 255) = 26.61%
R=35.97%
G=37.42%
B=26.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731801280.0400.290.2968.0825.7460.39
HexADB480401D1D441a3c
Octal2552642004035351043274
Binary10101101101101001000000010001110111101100010011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB480; }

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

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

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

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

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

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

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

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