#ADB781

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

Shades of Caper #ADB781

Tints of Caper #ADB781

Color information

#ADB781 (or 0xADB781) is unknown color: approx Caper. HEX triplet: AD, B7 and 81. RGB value is (173,183,129). Sum of RGB (Red+Green+Blue) = 173+183+129=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB781 is #52487E. Grayscale: #AEAEAE. Windows color (decimal): -5392511 or 8501165. OLE color: 8501165.

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

Color convert

RGB173183129-
CMYK0.0500.300.28
HSL71.11º27.27%61.18%-
HSV(B)71.11º29.51%71.76%-
XYZ38.1344.3427.32-
YUV173.85102.69127.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.67%
GREEN value IS 183 (71.88% from 255) = 37.73%
BLUE value IS 129 (50.78% from 255) = 26.60%
R=35.67%
G=37.73%
B=26.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731831290.0500.300.2871.1127.2761.18
HexADB781501E1C471b3d
Octal2552672015036341073375
Binary10101101101101111000000110101111011100100011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB781; }

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

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

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

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

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

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

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

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