#ADBA8F

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

Shades of Caper #ADBA8F

Tints of Caper #ADBA8F

Color information

#ADBA8F (or 0xADBA8F) is unknown color: approx Caper. HEX triplet: AD, BA and 8F. RGB value is (173,186,143). Sum of RGB (Red+Green+Blue) = 173+186+143=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 143 (56.25% from 255 or 28.49% from 502); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA8F is #524570. Grayscale: #B1B1B1. Windows color (decimal): -5391729 or 9419437. OLE color: 9419437.

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

Color convert

RGB173186143-
CMYK0.0700.230.27
HSL78.14º23.76%64.51%-
HSV(B)78.14º23.12%72.94%-
XYZ39.7545.9932.77-
YUV177.21108.69125-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.46%
GREEN value IS 186 (73.05% from 255) = 37.05%
BLUE value IS 143 (56.25% from 255) = 28.49%
R=34.46%
G=37.05%
B=28.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861430.0700.230.2778.1423.7664.51
HexADBA8F70171B4e1841
Octal25527221770273311630101
Binary101011011011101010001111111010111110111001110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBA8F; }

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

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

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

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

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

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

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

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