#ADBA7F

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

Shades of Caper #ADBA7F

Tints of Caper #ADBA7F

Color information

#ADBA7F (or 0xADBA7F) is unknown color: approx Caper. HEX triplet: AD, BA and 7F. RGB value is (173,186,127). Sum of RGB (Red+Green+Blue) = 173+186+127=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA7F is #524580. Grayscale: #AFAFAF. Windows color (decimal): -5391745 or 8370861. OLE color: 8370861.

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

Color convert

RGB173186127-
CMYK0.0700.320.27
HSL73.22º29.95%61.37%-
HSV(B)73.22º31.72%72.94%-
XYZ38.6245.5326.83-
YUV175.39100.69126.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.60%
GREEN value IS 186 (73.05% from 255) = 38.27%
BLUE value IS 127 (50% from 255) = 26.13%
R=35.60%
G=38.27%
B=26.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861270.0700.320.2773.2229.9561.37
HexADBA7F70201B491e3d
Octal2552721777040331113675
Binary10101101101110101111111111010000011011100100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBA7F; }

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

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

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

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

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

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

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

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