Html Css Color HEX #AD863D Alpine

📋 copy color: '#AD863D'

red 173 ◦ green 134 ◦ blue 61

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

Shades of Alpine #AD863D

Tints of Alpine #AD863D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.41%

 BLUE value IS 61 (24.22% from 255) = 16.58%

R = 47.01%
G = 36.41%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD863D (or 0xAD863D) is known color: Alpine. HEX triplet: AD, 86 and 3D. RGB value is (173,134,61). Sum of RGB (Red+Green+Blue) = 173+134+61=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD863D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD863D is #5279C2. Grayscale: #898989. Windows color (decimal): -5405123 or 4032173. OLE color: 4032173.

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

Color convert

RGB 173 134 61 -
CMYK 0 0.23 0.65 0.32
HSL 39.11º 0.48% 0.46% -
HSV(B) 39.11º 0.65% 0.68% -
XYZ 26.6 26.27 8.08 -
YUV 137.34 84.92 153.44 -
System Red Green Blue C M Y K H S L
Decimal 173 134 61 0 0.23 0.65 0.32 39.11 0.48 0.46
Hex AD 86 3D 0 17 41 20 27 30 2E
Octal 255 206 75 0 27 101 40 47 60 56
Binary 10101101 10000110 111101 0 10111 1000001 100000 100111 110000 101110

Color Harmonies of #AD863D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD863D

Black with #AD863D

Text Example


Text Example

White with #AD863D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD863D; }

 p { color: rgb(173,134,61); }

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

background-color css

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

 a { background-color: rgb(173,134,61); }

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

border-color css

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

 span { border-color: rgb(173,134,61); }

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