#ADBA8E

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

Shades of Caper #ADBA8E

Tints of Caper #ADBA8E

Color information

#ADBA8E (or 0xADBA8E) is unknown color: approx Caper. HEX triplet: AD, BA and 8E. RGB value is (173,186,142). Sum of RGB (Red+Green+Blue) = 173+186+142=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA8E is #524571. Grayscale: #B1B1B1. Windows color (decimal): -5391730 or 9353901. OLE color: 9353901.

HSL color Cylindrical-coordinate representation of color #ADBA8E: hue angle of 77.73º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADBA8E is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB173186142-
CMYK0.0700.240.27
HSL77.73º24.18%64.31%-
HSV(B)77.73º23.66%72.94%-
XYZ39.6745.9632.37-
YUV177.1108.19125.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.53%
GREEN value IS 186 (73.05% from 255) = 37.13%
BLUE value IS 142 (55.86% from 255) = 28.34%
R=34.53%
G=37.13%
B=28.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861420.0700.240.2777.7324.1864.31
HexADBA8E70181B4e1840
Octal25527221670303311630100
Binary101011011011101010001110111011000110111001110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBA8E; }

 p { color: rgb(173,186,142); }

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

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

 a { background-color: rgb(173,186,142); }

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

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

 span { border-color: rgb(173,186,142); }

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