#ADB673

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

Shades of Caper #ADB673

Tints of Caper #ADB673

Color information

#ADB673 (or 0xADB673) is unknown color: approx Caper. HEX triplet: AD, B6 and 73. RGB value is (173,182,115). Sum of RGB (Red+Green+Blue) = 173+182+115=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 182 (71.48% from 255 or 38.72% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB673 is #52498C. Grayscale: #ABABAB. Windows color (decimal): -5392781 or 7583405. OLE color: 7583405.

HSL color Cylindrical-coordinate representation of color #ADB673: hue angle of 68.06º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADB673 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB173182115-
CMYK0.0500.370.29
HSL68.06º31.46%58.24%-
HSV(B)68.06º36.81%71.37%-
XYZ37.0643.5822.68-
YUV171.6796.02128.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.81%
GREEN value IS 182 (71.48% from 255) = 38.72%
BLUE value IS 115 (45.31% from 255) = 24.47%
R=36.81%
G=38.72%
B=24.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731821150.0500.370.2968.0631.4658.24
HexADB67350251D441f3a
Octal2552661635045351043772
Binary10101101101101101110011101010010111101100010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB673; }

 p { color: rgb(173,182,115); }

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

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

 a { background-color: rgb(173,182,115); }

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

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

 span { border-color: rgb(173,182,115); }

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