Html Css Color HEX #AD813F Alpine

📋 copy color: '#AD813F'

red 173 ◦ green 129 ◦ blue 63

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

Shades of Alpine #AD813F

Tints of Alpine #AD813F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.34%

 BLUE value IS 63 (25% from 255) = 17.26%

R = 47.4%
G = 35.34%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD813F (or 0xAD813F) is known color: 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

RGB 173 129 63 -
CMYK 0 0.25 0.64 0.32
HSL 36º 0.47% 0.46% -
HSV(B) 36º 0.64% 0.68% -
XYZ 25.98 24.94 8.15 -
YUV 134.63 87.58 155.37 -
System Red Green Blue C M Y K H S L
Decimal 173 129 63 0 0.25 0.64 0.32 36 0.47 0.46
Hex AD 81 3F 0 19 40 20 24 2F 2E
Octal 255 201 77 0 31 100 40 44 57 56
Binary 10101101 10000001 111111 0 11001 1000000 100000 100100 101111 101110

Color Harmonies of #AD813F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD813F

Black with #AD813F

Text Example


Text Example

White with #AD813F

Text Example


Text Example

HTML Codes & Css Web 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>