Html Css Color HEX #AD813D Alpine

📋 copy color: '#AD813D'

red 173 ◦ green 129 ◦ blue 61

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

Shades of Alpine #AD813D

Tints of Alpine #AD813D

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.8%

R = 47.66%
G = 35.54%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

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

RGB 173 129 61 -
CMYK 0 0.25 0.65 0.32
HSL 36.43º 0.48% 0.46% -
HSV(B) 36.43º 0.65% 0.68% -
XYZ 25.93 24.92 7.86 -
YUV 134.4 86.58 155.53 -
System Red Green Blue C M Y K H S L
Decimal 173 129 61 0 0.25 0.65 0.32 36.43 0.48 0.46
Hex AD 81 3D 0 19 41 20 24 30 2E
Octal 255 201 75 0 31 101 40 44 60 56
Binary 10101101 10000001 111101 0 11001 1000001 100000 100100 110000 101110

Color Harmonies of #AD813D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD813D

Black with #AD813D

Text Example


Text Example

White with #AD813D

Text Example


Text Example

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