#ADB676

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

Shades of Caper #ADB676

Tints of Caper #ADB676

Color information

#ADB676 (or 0xADB676) is unknown color: approx Caper. HEX triplet: AD, B6 and 76. RGB value is (173,182,118). Sum of RGB (Red+Green+Blue) = 173+182+118=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 182 (71.48% from 255 or 38.48% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB676 is #524989. Grayscale: #ACACAC. Windows color (decimal): -5392778 or 7780013. OLE color: 7780013.

HSL color Cylindrical-coordinate representation of color #ADB676: hue angle of 68.44º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADB676 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB173182118-
CMYK0.0500.350.29
HSL68.44º30.48%58.82%-
HSV(B)68.44º35.16%71.37%-
XYZ37.2343.6523.6-
YUV172.0197.52128.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.58%
GREEN value IS 182 (71.48% from 255) = 38.48%
BLUE value IS 118 (46.48% from 255) = 24.95%
R=36.58%
G=38.48%
B=24.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731821180.0500.350.2968.4430.4858.82
HexADB67650231D441e3b
Octal2552661665043351043673
Binary10101101101101101110110101010001111101100010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB676; }

 p { color: rgb(173,182,118); }

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

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

 a { background-color: rgb(173,182,118); }

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

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

 span { border-color: rgb(173,182,118); }

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