#ADB681

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

Shades of Caper #ADB681

Tints of Caper #ADB681

Color information

#ADB681 (or 0xADB681) is unknown color: approx Caper. HEX triplet: AD, B6 and 81. RGB value is (173,182,129). Sum of RGB (Red+Green+Blue) = 173+182+129=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB681 is #52497E. Grayscale: #ADADAD. Windows color (decimal): -5392767 or 8500909. OLE color: 8500909.

HSL color Cylindrical-coordinate representation of color #ADB681: hue angle of 70.19º degrees, saturation: 0.27, 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 #ADB681 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB173182129-
CMYK0.0500.290.29
HSL70.19º26.63%60.98%-
HSV(B)70.19º29.12%71.37%-
XYZ37.9243.9327.25-
YUV173.27103.02127.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.74%
GREEN value IS 182 (71.48% from 255) = 37.60%
BLUE value IS 129 (50.78% from 255) = 26.65%
R=35.74%
G=37.60%
B=26.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731821290.0500.290.2970.1926.6360.98
HexADB681501D1D461b3d
Octal2552662015035351063375
Binary10101101101101101000000110101110111101100011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB681; }

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

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

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

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

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

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

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

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