#ADB983

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

Shades of Caper #ADB983

Tints of Caper #ADB983

Color information

#ADB983 (or 0xADB983) is unknown color: approx Caper. HEX triplet: AD, B9 and 83. RGB value is (173,185,131). Sum of RGB (Red+Green+Blue) = 173+185+131=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 131 (51.56% from 255 or 26.79% from 489); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB983 is #52467C. Grayscale: #AFAFAF. Windows color (decimal): -5391997 or 8632749. OLE color: 8632749.

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

Color convert

RGB173185131-
CMYK0.0600.290.27
HSL73.33º27.84%61.96%-
HSV(B)73.33º29.19%72.55%-
XYZ38.6845.2228.16-
YUV175.26103.02126.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.38%
GREEN value IS 185 (72.66% from 255) = 37.83%
BLUE value IS 131 (51.56% from 255) = 26.79%
R=35.38%
G=37.83%
B=26.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731851310.0600.290.2773.3327.8461.96
HexADB983601D1B491c3e
Octal2552712036035331113476
Binary10101101101110011000001111001110111011100100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB983; }

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

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

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

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

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

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

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

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