#ADB770

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

Shades of Caper #ADB770

Tints of Caper #ADB770

Color information

#ADB770 (or 0xADB770) is unknown color: approx Caper. HEX triplet: AD, B7 and 70. RGB value is (173,183,112). Sum of RGB (Red+Green+Blue) = 173+183+112=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB770 is #52488F. Grayscale: #ACACAC. Windows color (decimal): -5392528 or 7387053. OLE color: 7387053.

HSL color Cylindrical-coordinate representation of color #ADB770: hue angle of 68.45º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADB770 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB173183112-
CMYK0.0500.390.28
HSL68.45º33.02%57.84%-
HSV(B)68.45º38.8%71.76%-
XYZ37.0943.9221.85-
YUV171.9294.19128.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.97%
GREEN value IS 183 (71.88% from 255) = 39.10%
BLUE value IS 112 (44.14% from 255) = 23.93%
R=36.97%
G=39.10%
B=23.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731831120.0500.390.2868.4533.0257.84
HexADB77050271C44213a
Octal2552671605047341044172
Binary101011011011011111100001010100111111001000100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB770; }

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

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

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

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

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

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

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

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