#ADB581

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

Shades of Caper #ADB581

Tints of Caper #ADB581

Color information

#ADB581 (or 0xADB581) is unknown color: approx Caper. HEX triplet: AD, B5 and 81. RGB value is (173,181,129). Sum of RGB (Red+Green+Blue) = 173+181+129=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB581 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB581 is #524A7E. Grayscale: #ACACAC. Windows color (decimal): -5393023 or 8500653. OLE color: 8500653.

HSL color Cylindrical-coordinate representation of color #ADB581: hue angle of 69.23º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADB581 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB173181129-
CMYK0.0400.290.29
HSL69.23º26%60.78%-
HSV(B)69.23º28.73%70.98%-
XYZ37.7243.5227.18-
YUV172.68103.35128.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.82%
GREEN value IS 181 (71.09% from 255) = 37.47%
BLUE value IS 129 (50.78% from 255) = 26.71%
R=35.82%
G=37.47%
B=26.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731811290.0400.290.2969.232660.78
HexADB581401D1D451a3d
Octal2552652014035351053275
Binary10101101101101011000000110001110111101100010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB581; }

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

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

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

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

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

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

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

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