Html Css Color HEX #AD863C Alpine

📋 copy color: '#AD863C'

red 173 ◦ green 134 ◦ blue 60

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

Shades of Alpine #AD863C

Tints of Alpine #AD863C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.35%

R = 47.14%
G = 36.51%
B = 16.35%

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

#AD863C (or 0xAD863C) is known color: Alpine. HEX triplet: AD, 86 and 3C. RGB value is (173,134,60). Sum of RGB (Red+Green+Blue) = 173+134+60=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD863C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD863C is #5279C3. Grayscale: #898989. Windows color (decimal): -5405124 or 3966637. OLE color: 3966637.

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

Color convert

RGB 173 134 60 -
CMYK 0 0.23 0.65 0.32
HSL 39.29º 0.48% 0.46% -
HSV(B) 39.29º 0.65% 0.68% -
XYZ 26.57 26.26 7.94 -
YUV 137.23 84.42 153.52 -
System Red Green Blue C M Y K H S L
Decimal 173 134 60 0 0.23 0.65 0.32 39.29 0.48 0.46
Hex AD 86 3C 0 17 41 20 27 30 2E
Octal 255 206 74 0 27 101 40 47 60 56
Binary 10101101 10000110 111100 0 10111 1000001 100000 100111 110000 101110

Color Harmonies of #AD863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD863C

Black with #AD863C

Text Example


Text Example

White with #AD863C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD863C; }

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

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

background-color css

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

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

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

border-color css

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

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

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