#ADB784

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

Shades of Caper #ADB784

Tints of Caper #ADB784

Color information

#ADB784 (or 0xADB784) is unknown color: approx Caper. HEX triplet: AD, B7 and 84. RGB value is (173,183,132). Sum of RGB (Red+Green+Blue) = 173+183+132=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB784 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB784 is #52487B. Grayscale: #AEAEAE. Windows color (decimal): -5392508 or 8697773. OLE color: 8697773.

HSL color Cylindrical-coordinate representation of color #ADB784: hue angle of 71.76º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADB784 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB173183132-
CMYK0.0500.280.28
HSL71.76º26.15%61.76%-
HSV(B)71.76º27.87%71.76%-
XYZ38.3344.4228.38-
YUV174.2104.19127.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.45%
GREEN value IS 183 (71.88% from 255) = 37.5%
BLUE value IS 132 (51.95% from 255) = 27.05%
R=35.45%
G=37.5%
B=27.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731831320.0500.280.2871.7626.1561.76
HexADB784501C1C481a3e
Octal2552672045034341103276
Binary10101101101101111000010010101110011100100100011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB784; }

 p { color: rgb(173,183,132); }

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

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

 a { background-color: rgb(173,183,132); }

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

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

 span { border-color: rgb(173,183,132); }

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