#AD8341

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

Shades of Alpine #AD8341

Tints of Alpine #AD8341

Color information

#AD8341 (or 0xAD8341) is unknown color: approx Alpine. HEX triplet: AD, 83 and 41. RGB value is (173,131,65). Sum of RGB (Red+Green+Blue) = 173+131+65=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8341 is #527CBE. Grayscale: #888888. Windows color (decimal): -5405887 or 4293549. OLE color: 4293549.

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

Color convert

RGB17313165-
CMYK00.240.620.32
HSL36.67º45.38%46.67%-
HSV(B)36.67º62.43%67.84%-
XYZ26.325.58.54-
YUV136.0387.91154.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.88%
GREEN value IS 131 (51.56% from 255) = 35.50%
BLUE value IS 65 (25.78% from 255) = 17.62%
R=46.88%
G=35.50%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731316500.240.620.3236.6745.3846.67
HexAD83410183E20252d2f
Octal2552031010307640455557
Binary10101101100000111000001011000111110100000100101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8341; }

 p { color: rgb(173,131,65); }

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

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

 a { background-color: rgb(173,131,65); }

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

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

 span { border-color: rgb(173,131,65); }

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