#ADB680

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

Shades of Caper #ADB680

Tints of Caper #ADB680

Color information

#ADB680 (or 0xADB680) is unknown color: approx Caper. HEX triplet: AD, B6 and 80. RGB value is (173,182,128). Sum of RGB (Red+Green+Blue) = 173+182+128=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB680 is #52497F. Grayscale: #ADADAD. Windows color (decimal): -5392768 or 8435373. OLE color: 8435373.

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

Color convert

RGB173182128-
CMYK0.0500.300.29
HSL70º27%60.78%-
HSV(B)70º29.67%71.37%-
XYZ37.8643.926.9-
YUV173.15102.52127.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.82%
GREEN value IS 182 (71.48% from 255) = 37.68%
BLUE value IS 128 (50.39% from 255) = 26.50%
R=35.82%
G=37.68%
B=26.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731821280.0500.300.29702760.78
HexADB680501E1D461b3d
Octal2552662005036351063375
Binary10101101101101101000000010101111011101100011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB680; }

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

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

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

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

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

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

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

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