#ADBA8D

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

Shades of Caper #ADBA8D

Tints of Caper #ADBA8D

Color information

#ADBA8D (or 0xADBA8D) is unknown color: approx Caper. HEX triplet: AD, BA and 8D. RGB value is (173,186,141). Sum of RGB (Red+Green+Blue) = 173+186+141=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA8D is #524572. Grayscale: #B1B1B1. Windows color (decimal): -5391731 or 9288365. OLE color: 9288365.

HSL color Cylindrical-coordinate representation of color #ADBA8D: hue angle of 77.33º degrees, saturation: 0.25, 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 #ADBA8D is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB173186141-
CMYK0.0700.240.27
HSL77.33º24.59%64.12%-
HSV(B)77.33º24.19%72.94%-
XYZ39.645.9331.98-
YUV176.98107.69125.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.6%
GREEN value IS 186 (73.05% from 255) = 37.2%
BLUE value IS 141 (55.47% from 255) = 28.2%
R=34.6%
G=37.2%
B=28.2%

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
Decimal1731861410.0700.240.2777.3324.5964.12
HexADBA8D70181B4d1940
Octal25527221570303311531100
Binary101011011011101010001101111011000110111001101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBA8D; }

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

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

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

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

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

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

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

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