#ADBA88

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

Shades of Caper #ADBA88

Tints of Caper #ADBA88

Color information

#ADBA88 (or 0xADBA88) is unknown color: approx Caper. HEX triplet: AD, BA and 88. RGB value is (173,186,136). Sum of RGB (Red+Green+Blue) = 173+186+136=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA88 is #524577. Grayscale: #B0B0B0. Windows color (decimal): -5391736 or 8960685. OLE color: 8960685.

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

Color convert

RGB173186136-
CMYK0.0700.270.27
HSL75.6º26.6%63.14%-
HSV(B)75.6º26.88%72.94%-
XYZ39.2445.7830.06-
YUV176.41105.19125.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.95%
GREEN value IS 186 (73.05% from 255) = 37.58%
BLUE value IS 136 (53.52% from 255) = 27.47%
R=34.95%
G=37.58%
B=27.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861360.0700.270.2775.626.663.14
HexADBA88701B1B4c1b3f
Octal2552722107033331143377
Binary10101101101110101000100011101101111011100110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBA88; }

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

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

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

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

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

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

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

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