#ADBA81

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

Shades of Caper #ADBA81

Tints of Caper #ADBA81

Color information

#ADBA81 (or 0xADBA81) is unknown color: approx Caper. HEX triplet: AD, BA and 81. RGB value is (173,186,129). Sum of RGB (Red+Green+Blue) = 173+186+129=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA81 is #52457E. Grayscale: #AFAFAF. Windows color (decimal): -5391743 or 8501933. OLE color: 8501933.

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

Color convert

RGB173186129-
CMYK0.0700.310.27
HSL73.68º29.23%61.76%-
HSV(B)73.68º30.65%72.94%-
XYZ38.7545.5927.53-
YUV175.61101.69126.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.45%
GREEN value IS 186 (73.05% from 255) = 38.11%
BLUE value IS 129 (50.78% from 255) = 26.43%
R=35.45%
G=38.11%
B=26.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861290.0700.310.2773.6829.2361.76
HexADBA81701F1B4a1d3e
Octal2552722017037331123576
Binary10101101101110101000000111101111111011100101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBA81; }

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

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

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

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

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

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

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

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