#ADB879

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

Shades of Caper #ADB879

Tints of Caper #ADB879

Color information

#ADB879 (or 0xADB879) is unknown color: approx Caper. HEX triplet: AD, B8 and 79. RGB value is (173,184,121). Sum of RGB (Red+Green+Blue) = 173+184+121=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB879 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB879 is #524786. Grayscale: #ADADAD. Windows color (decimal): -5392263 or 7977133. OLE color: 7977133.

HSL color Cylindrical-coordinate representation of color #ADB879: hue angle of 70.48º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADB879 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB173184121-
CMYK0.0600.340.28
HSL70.48º30.73%59.8%-
HSV(B)70.48º34.24%72.16%-
XYZ37.8344.5524.69-
YUV173.5398.36127.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.19%
GREEN value IS 184 (72.27% from 255) = 38.49%
BLUE value IS 121 (47.66% from 255) = 25.31%
R=36.19%
G=38.49%
B=25.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731841210.0600.340.2870.4830.7359.8
HexADB87960221C461f3c
Octal2552701716042341063774
Binary10101101101110001111001110010001011100100011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB879; }

 p { color: rgb(173,184,121); }

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

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

 a { background-color: rgb(173,184,121); }

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

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

 span { border-color: rgb(173,184,121); }

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