#ADBA70

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

Shades of Caper #ADBA70

Tints of Caper #ADBA70

Color information

#ADBA70 (or 0xADBA70) is unknown color: approx Caper. HEX triplet: AD, BA and 70. RGB value is (173,186,112). Sum of RGB (Red+Green+Blue) = 173+186+112=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA70 is #52458F. Grayscale: #ADADAD. Windows color (decimal): -5391760 or 7387821. OLE color: 7387821.

HSL color Cylindrical-coordinate representation of color #ADBA70: hue angle of 70.54º 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 #ADBA70 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB173186112-
CMYK0.0700.400.27
HSL70.54º34.91%58.43%-
HSV(B)70.54º39.78%72.94%-
XYZ37.7245.1722.06-
YUV173.6893.19127.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.73%
GREEN value IS 186 (73.05% from 255) = 39.49%
BLUE value IS 112 (44.14% from 255) = 23.78%
R=36.73%
G=39.49%
B=23.78%

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
Decimal1731861120.0700.400.2770.5434.9158.43
HexADBA7070281B47233a
Octal2552721607050331074372
Binary101011011011101011100001110101000110111000111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBA70; }

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

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

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

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

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

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

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

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