#AD803B

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

Shades of Alpine #AD803B

Tints of Alpine #AD803B

Color information

#AD803B (or 0xAD803B) is unknown color: approx Alpine. HEX triplet: AD, 80 and 3B. RGB value is (173,128,59). Sum of RGB (Red+Green+Blue) = 173+128+59=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 59 (23.44% from 255 or 16.39% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD803B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD803B is #527FC4. Grayscale: #858585. Windows color (decimal): -5406661 or 3899565. OLE color: 3899565.

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

Color convert

RGB17312859-
CMYK00.260.660.32
HSL36.32º49.14%45.49%-
HSV(B)36.32º65.9%67.84%-
XYZ25.7424.647.54-
YUV133.5985.91156.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.06%
GREEN value IS 128 (50.39% from 255) = 35.56%
BLUE value IS 59 (23.44% from 255) = 16.39%
R=48.06%
G=35.56%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731285900.260.660.3236.3249.1445.49
HexAD803B01A422024312d
Octal2552007303210240446155
Binary10101101100000001110110110101000010100000100100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD803B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD803B; }

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

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

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

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

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

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

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

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