#ADBA85

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

Shades of Caper #ADBA85

Tints of Caper #ADBA85

Color information

#ADBA85 (or 0xADBA85) is unknown color: approx Caper. HEX triplet: AD, BA and 85. RGB value is (173,186,133). Sum of RGB (Red+Green+Blue) = 173+186+133=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA85 is #52457A. Grayscale: #B0B0B0. Windows color (decimal): -5391739 or 8764077. OLE color: 8764077.

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

Color convert

RGB173186133-
CMYK0.0700.280.27
HSL74.72º27.75%62.55%-
HSV(B)74.72º28.49%72.94%-
XYZ39.0345.728.95-
YUV176.07103.69125.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.16%
GREEN value IS 186 (73.05% from 255) = 37.80%
BLUE value IS 133 (52.34% from 255) = 27.03%
R=35.16%
G=37.80%
B=27.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861330.0700.280.2774.7227.7562.55
HexADBA85701C1B4b1c3f
Octal2552722057034331133477
Binary10101101101110101000010111101110011011100101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBA85; }

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

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

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

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

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

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

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

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