#AD813F

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

Shades of Alpine #AD813F

Tints of Alpine #AD813F

Color information

#AD813F (or 0xAD813F) is unknown color: approx Alpine. HEX triplet: AD, 81 and 3F. RGB value is (173,129,63). Sum of RGB (Red+Green+Blue) = 173+129+63=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD813F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD813F is #527EC0. Grayscale: #868686. Windows color (decimal): -5406401 or 4161965. OLE color: 4161965.

HSL color Cylindrical-coordinate representation of color #AD813F: hue angle of 36º 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 #AD813F is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB17312963-
CMYK00.250.640.32
HSL36º46.61%46.27%-
HSV(B)36º63.58%67.84%-
XYZ25.9824.948.15-
YUV134.6387.58155.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.40%
GREEN value IS 129 (50.78% from 255) = 35.34%
BLUE value IS 63 (25% from 255) = 17.26%
R=47.40%
G=35.34%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731296300.250.640.323646.6146.27
HexAD813F0194020242f2e
Octal2552017703110040445756
Binary10101101100000011111110110011000000100000100100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD813F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD813F; }

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

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

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

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

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

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

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

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