#ADB981

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

Shades of Caper #ADB981

Tints of Caper #ADB981

Color information

#ADB981 (or 0xADB981) is unknown color: approx Caper. HEX triplet: AD, B9 and 81. RGB value is (173,185,129). Sum of RGB (Red+Green+Blue) = 173+185+129=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB981 is #52467E. Grayscale: #AFAFAF. Windows color (decimal): -5391999 or 8501677. OLE color: 8501677.

HSL color Cylindrical-coordinate representation of color #ADB981: hue angle of 72.86º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADB981 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB173185129-
CMYK0.0600.300.27
HSL72.86º28.57%61.57%-
HSV(B)72.86º30.27%72.55%-
XYZ38.5445.1727.46-
YUV175.03102.02126.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.52%
GREEN value IS 185 (72.66% from 255) = 37.99%
BLUE value IS 129 (50.78% from 255) = 26.49%
R=35.52%
G=37.99%
B=26.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731851290.0600.300.2772.8628.5761.57
HexADB981601E1B491d3e
Octal2552712016036331113576
Binary10101101101110011000000111001111011011100100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB981; }

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

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

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

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

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

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

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

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