#AD813D

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

Shades of Alpine #AD813D

Tints of Alpine #AD813D

Color information

#AD813D (or 0xAD813D) is unknown color: approx Alpine. HEX triplet: AD, 81 and 3D. RGB value is (173,129,61). Sum of RGB (Red+Green+Blue) = 173+129+61=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD813D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD813D is #527EC2. Grayscale: #868686. Windows color (decimal): -5406403 or 4030893. OLE color: 4030893.

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

Color convert

RGB17312961-
CMYK00.250.650.32
HSL36.43º47.86%45.88%-
HSV(B)36.43º64.74%67.84%-
XYZ25.9324.927.86-
YUV134.486.58155.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.66%
GREEN value IS 129 (50.78% from 255) = 35.54%
BLUE value IS 61 (24.22% from 255) = 16.80%
R=47.66%
G=35.54%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731296100.250.650.3236.4347.8645.88
HexAD813D019412024302e
Octal2552017503110140446056
Binary10101101100000011111010110011000001100000100100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD813D; }

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

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

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

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

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

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

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

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