#ADB684

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

Shades of Caper #ADB684

Tints of Caper #ADB684

Color information

#ADB684 (or 0xADB684) is unknown color: approx Caper. HEX triplet: AD, B6 and 84. RGB value is (173,182,132). Sum of RGB (Red+Green+Blue) = 173+182+132=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 182 (71.48% from 255 or 37.37% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB684 is #52497B. Grayscale: #ADADAD. Windows color (decimal): -5392764 or 8697517. OLE color: 8697517.

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

Color convert

RGB173182132-
CMYK0.0500.270.29
HSL70.8º25.51%61.57%-
HSV(B)70.8º27.47%71.37%-
XYZ38.1344.0128.31-
YUV173.61104.52127.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.52%
GREEN value IS 182 (71.48% from 255) = 37.37%
BLUE value IS 132 (51.95% from 255) = 27.10%
R=35.52%
G=37.37%
B=27.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731821320.0500.270.2970.825.5161.57
HexADB684501B1D471a3e
Octal2552662045033351073276
Binary10101101101101101000010010101101111101100011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB684; }

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

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

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

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

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

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

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

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