#ADBA73

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

Shades of Caper #ADBA73

Tints of Caper #ADBA73

Color information

#ADBA73 (or 0xADBA73) is unknown color: approx Caper. HEX triplet: AD, BA and 73. RGB value is (173,186,115). Sum of RGB (Red+Green+Blue) = 173+186+115=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA73 is #52458C. Grayscale: #AEAEAE. Windows color (decimal): -5391757 or 7584429. OLE color: 7584429.

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

Color convert

RGB173186115-
CMYK0.0700.380.27
HSL70.99º33.97%59.02%-
HSV(B)70.99º38.17%72.94%-
XYZ37.8945.2422.95-
YUV174.0294.69127.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.50%
GREEN value IS 186 (73.05% from 255) = 39.24%
BLUE value IS 115 (45.31% from 255) = 24.26%
R=36.50%
G=39.24%
B=24.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861150.0700.380.2770.9933.9759.02
HexADBA7370261B47223b
Octal2552721637046331074273
Binary101011011011101011100111110100110110111000111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBA73; }

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

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

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

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

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

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

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

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