#ADBA8A

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

Shades of Caper #ADBA8A

Tints of Caper #ADBA8A

Color information

#ADBA8A (or 0xADBA8A) is unknown color: approx Caper. HEX triplet: AD, BA and 8A. RGB value is (173,186,138). Sum of RGB (Red+Green+Blue) = 173+186+138=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA8A is #524575. Grayscale: #B0B0B0. Windows color (decimal): -5391734 or 9091757. OLE color: 9091757.

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

Color convert

RGB173186138-
CMYK0.0700.260.27
HSL76.25º25.81%63.53%-
HSV(B)76.25º25.81%72.94%-
XYZ39.3845.8430.82-
YUV176.64106.19125.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.81%
GREEN value IS 186 (73.05% from 255) = 37.42%
BLUE value IS 138 (54.30% from 255) = 27.77%
R=34.81%
G=37.42%
B=27.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861380.0700.260.2776.2525.8163.53
HexADBA8A701A1B4c1a40
Octal25527221270323311432100
Binary101011011011101010001010111011010110111001100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBA8A; }

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

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

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

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

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

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

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

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