#ADB682

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

Shades of Caper #ADB682

Tints of Caper #ADB682

Color information

#ADB682 (or 0xADB682) is unknown color: approx Caper. HEX triplet: AD, B6 and 82. RGB value is (173,182,130). Sum of RGB (Red+Green+Blue) = 173+182+130=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB682 is #52497D. Grayscale: #ADADAD. Windows color (decimal): -5392766 or 8566445. OLE color: 8566445.

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

Color convert

RGB173182130-
CMYK0.0500.290.29
HSL70.38º26.26%61.18%-
HSV(B)70.38º28.57%71.37%-
XYZ37.9943.9527.6-
YUV173.38103.52127.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.67%
GREEN value IS 182 (71.48% from 255) = 37.53%
BLUE value IS 130 (51.17% from 255) = 26.80%
R=35.67%
G=37.53%
B=26.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731821300.0500.290.2970.3826.2661.18
HexADB682501D1D461a3d
Octal2552662025035351063275
Binary10101101101101101000001010101110111101100011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB682; }

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

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

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

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

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

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

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

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