#ADB780

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

Shades of Caper #ADB780

Tints of Caper #ADB780

Color information

#ADB780 (or 0xADB780) is unknown color: approx Caper. HEX triplet: AD, B7 and 80. RGB value is (173,183,128). Sum of RGB (Red+Green+Blue) = 173+183+128=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB780 is #52487F. Grayscale: #ADADAD. Windows color (decimal): -5392512 or 8435629. OLE color: 8435629.

HSL color Cylindrical-coordinate representation of color #ADB780: hue angle of 70.91º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADB780 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB173183128-
CMYK0.0500.300.28
HSL70.91º27.64%60.98%-
HSV(B)70.91º30.05%71.76%-
XYZ38.0644.3126.97-
YUV173.74102.19127.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.74%
GREEN value IS 183 (71.88% from 255) = 37.81%
BLUE value IS 128 (50.39% from 255) = 26.45%
R=35.74%
G=37.81%
B=26.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731831280.0500.300.2870.9127.6460.98
HexADB780501E1C471c3d
Octal2552672005036341073475
Binary10101101101101111000000010101111011100100011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB780; }

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

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

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

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

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

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

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

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