Html Css Color HEX #AD803E Alpine

📋 copy color: '#AD803E'

red 173 ◦ green 128 ◦ blue 62

#AD803E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alpine #AD803E

Tints of Alpine #AD803E

RGB

 RED value IS 173 (67.97% from 255) = 47.66%

 GREEN value IS 128 (50.39% from 255) = 35.26%

 BLUE value IS 62 (24.61% from 255) = 17.08%

R = 47.66%
G = 35.26%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD803E (or 0xAD803E) is known color: Alpine. HEX triplet: AD, 80 and 3E. RGB value is (173,128,62). Sum of RGB (Red+Green+Blue) = 173+128+62=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD803E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD803E is #527FC1. Grayscale: #868686. Windows color (decimal): -5406658 or 4096173. OLE color: 4096173.

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

Color convert

RGB 173 128 62 -
CMYK 0 0.26 0.64 0.32
HSL 35.68º 0.47% 0.46% -
HSV(B) 35.68º 0.64% 0.68% -
XYZ 25.82 24.67 7.96 -
YUV 133.93 87.41 155.87 -
System Red Green Blue C M Y K H S L
Decimal 173 128 62 0 0.26 0.64 0.32 35.68 0.47 0.46
Hex AD 80 3E 0 1A 40 20 24 2F 2E
Octal 255 200 76 0 32 100 40 44 57 56
Binary 10101101 10000000 111110 0 11010 1000000 100000 100100 101111 101110

Color Harmonies of #AD803E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD803E

Black with #AD803E

Text Example


Text Example

White with #AD803E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD803E; }

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

 H1.HeaderClassName
 {
   color: #AD803E;
 }
 .AnyTagClassName
 {
   color: #AD803E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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