#ADB98E

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

Shades of Caper #ADB98E

Tints of Caper #ADB98E

Color information

#ADB98E (or 0xADB98E) is unknown color: approx Caper. HEX triplet: AD, B9 and 8E. RGB value is (173,185,142). Sum of RGB (Red+Green+Blue) = 173+185+142=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB98E is #524671. Grayscale: #B0B0B0. Windows color (decimal): -5391986 or 9353645. OLE color: 9353645.

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

Color convert

RGB173185142-
CMYK0.0600.230.27
HSL76.74º23.5%64.12%-
HSV(B)76.74º23.24%72.55%-
XYZ39.4745.5432.3-
YUV176.51108.52125.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.6%
GREEN value IS 185 (72.66% from 255) = 37%
BLUE value IS 142 (55.86% from 255) = 28.4%
R=34.6%
G=37%
B=28.4%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731851420.0600.230.2776.7423.564.12
HexADB98E60171B4d1740
Octal25527121660273311527100
Binary101011011011100110001110110010111110111001101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB98E; }

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

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

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

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

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

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

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

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