#ADBA6F

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

Shades of Caper #ADBA6F

Tints of Caper #ADBA6F

Color information

#ADBA6F (or 0xADBA6F) is unknown color: approx Caper. HEX triplet: AD, BA and 6F. RGB value is (173,186,111). Sum of RGB (Red+Green+Blue) = 173+186+111=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA6F is #524590. Grayscale: #ADADAD. Windows color (decimal): -5391761 or 7322285. OLE color: 7322285.

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

Color convert

RGB173186111-
CMYK0.0700.400.27
HSL70.4º35.21%58.24%-
HSV(B)70.4º40.32%72.94%-
XYZ37.6645.1521.77-
YUV173.5692.69127.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.81%
GREEN value IS 186 (73.05% from 255) = 39.57%
BLUE value IS 111 (43.75% from 255) = 23.62%
R=36.81%
G=39.57%
B=23.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861110.0700.400.2770.435.2158.24
HexADBA6F70281B46233a
Octal2552721577050331064372
Binary101011011011101011011111110101000110111000110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBA6F; }

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

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

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

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

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

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

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

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