#ADBB8B

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

Shades of Caper #ADBB8B

Tints of Caper #ADBB8B

Color information

#ADBB8B (or 0xADBB8B) is unknown color: approx Caper. HEX triplet: AD, BB and 8B. RGB value is (173,187,139). Sum of RGB (Red+Green+Blue) = 173+187+139=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBB8B is #524474. Grayscale: #B1B1B1. Windows color (decimal): -5391477 or 9157549. OLE color: 9157549.

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

Color convert

RGB173187139-
CMYK0.0700.260.27
HSL77.5º26.09%63.92%-
HSV(B)77.5º25.67%73.33%-
XYZ39.6646.2931.27-
YUV177.34106.36124.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.67%
GREEN value IS 187 (73.44% from 255) = 37.47%
BLUE value IS 139 (54.69% from 255) = 27.86%
R=34.67%
G=37.47%
B=27.86%

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
Decimal1731871390.0700.260.2777.526.0963.92
HexADBB8B701A1B4e1a40
Octal25527321370323311632100
Binary101011011011101110001011111011010110111001110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBB8B; }

 p { color: rgb(173,187,139); }

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

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

 a { background-color: rgb(173,187,139); }

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

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

 span { border-color: rgb(173,187,139); }

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