#ADBA71

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

Shades of Caper #ADBA71

Tints of Caper #ADBA71

Color information

#ADBA71 (or 0xADBA71) is unknown color: approx Caper. HEX triplet: AD, BA and 71. RGB value is (173,186,113). Sum of RGB (Red+Green+Blue) = 173+186+113=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA71 is #52458E. Grayscale: #AEAEAE. Windows color (decimal): -5391759 or 7453357. OLE color: 7453357.

HSL color Cylindrical-coordinate representation of color #ADBA71: hue angle of 70.68º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADBA71 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB173186113-
CMYK0.0700.390.27
HSL70.68º34.6%58.63%-
HSV(B)70.68º39.25%72.94%-
XYZ37.7745.1922.36-
YUV173.7993.69127.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.65%
GREEN value IS 186 (73.05% from 255) = 39.41%
BLUE value IS 113 (44.53% from 255) = 23.94%
R=36.65%
G=39.41%
B=23.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861130.0700.390.2770.6834.658.63
HexADBA7170271B47233b
Octal2552721617047331074373
Binary101011011011101011100011110100111110111000111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBA71; }

 p { color: rgb(173,186,113); }

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

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

 a { background-color: rgb(173,186,113); }

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

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

 span { border-color: rgb(173,186,113); }

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