#AD883F

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

Shades of Alpine #AD883F

Tints of Alpine #AD883F

Color information

#AD883F (or 0xAD883F) is unknown color: approx Alpine. HEX triplet: AD, 88 and 3F. RGB value is (173,136,63). Sum of RGB (Red+Green+Blue) = 173+136+63=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD883F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD883F is #5277C0. Grayscale: #8B8B8B. Windows color (decimal): -5404609 or 4163757. OLE color: 4163757.

HSL color Cylindrical-coordinate representation of color #AD883F: hue angle of 39.82º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD883F is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB17313663-
CMYK00.210.640.32
HSL39.82º46.61%46.27%-
HSV(B)39.82º63.58%67.84%-
XYZ26.9326.858.47-
YUV138.7485.26152.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.51%
GREEN value IS 136 (53.52% from 255) = 36.56%
BLUE value IS 63 (25% from 255) = 16.94%
R=46.51%
G=36.56%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731366300.210.640.3239.8246.6146.27
HexAD883F0154020282f2e
Octal2552107702510040505756
Binary10101101100010001111110101011000000100000101000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD883F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD883F; }

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

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

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

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

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

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

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

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