#AD883B

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

Shades of Alpine #AD883B

Tints of Alpine #AD883B

Color information

#AD883B (or 0xAD883B) is unknown color: approx Alpine. HEX triplet: AD, 88 and 3B. RGB value is (173,136,59). Sum of RGB (Red+Green+Blue) = 173+136+59=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 59 (23.44% from 255 or 16.03% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD883B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD883B is #5277C4. Grayscale: #8A8A8A. Windows color (decimal): -5404613 or 3901613. OLE color: 3901613.

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

Color convert

RGB17313659-
CMYK00.210.660.32
HSL40.53º49.14%45.49%-
HSV(B)40.53º65.9%67.84%-
XYZ26.8326.817.9-
YUV138.2883.26152.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.01%
GREEN value IS 136 (53.52% from 255) = 36.96%
BLUE value IS 59 (23.44% from 255) = 16.03%
R=47.01%
G=36.96%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731365900.210.660.3240.5349.1445.49
HexAD883B015422029312d
Octal2552107302510240516155
Binary10101101100010001110110101011000010100000101001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD883B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD883B; }

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

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

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

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

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

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

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

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