Html Css Color HEX #AD803A Alpine

📋 copy color: '#AD803A'

red 173 ◦ green 128 ◦ blue 58

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

Shades of Alpine #AD803A

Tints of Alpine #AD803A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.16%

R = 48.19%
G = 35.65%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD803A (or 0xAD803A) is known color: Alpine. HEX triplet: AD, 80 and 3A. RGB value is (173,128,58). Sum of RGB (Red+Green+Blue) = 173+128+58=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD803A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD803A is #527FC5. Grayscale: #858585. Windows color (decimal): -5406662 or 3834029. OLE color: 3834029.

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

Color convert

RGB 173 128 58 -
CMYK 0 0.26 0.66 0.32
HSL 36.52º 0.5% 0.45% -
HSV(B) 36.52º 0.66% 0.68% -
XYZ 25.72 24.63 7.4 -
YUV 133.48 85.41 156.19 -
System Red Green Blue C M Y K H S L
Decimal 173 128 58 0 0.26 0.66 0.32 36.52 0.5 0.45
Hex AD 80 3A 0 1A 42 20 25 32 2D
Octal 255 200 72 0 32 102 40 45 62 55
Binary 10101101 10000000 111010 0 11010 1000010 100000 100101 110010 101101

Color Harmonies of #AD803A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD803A

Black with #AD803A

Text Example


Text Example

White with #AD803A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD803A; }

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

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

background-color css

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

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

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

border-color css

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

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

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