Html Css Color HEX #AD883C Alpine

📋 copy color: '#AD883C'

red 173 ◦ green 136 ◦ blue 60

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

Shades of Alpine #AD883C

Tints of Alpine #AD883C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.86%

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

R = 46.88%
G = 36.86%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD883C (or 0xAD883C) is known color: Alpine. HEX triplet: AD, 88 and 3C. RGB value is (173,136,60). Sum of RGB (Red+Green+Blue) = 173+136+60=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD883C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD883C is #5277C3. Grayscale: #8A8A8A. Windows color (decimal): -5404612 or 3967149. OLE color: 3967149.

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

Color convert

RGB 173 136 60 -
CMYK 0 0.21 0.65 0.32
HSL 40.35º 0.48% 0.46% -
HSV(B) 40.35º 0.65% 0.68% -
XYZ 26.85 26.82 8.04 -
YUV 138.4 83.76 152.68 -
System Red Green Blue C M Y K H S L
Decimal 173 136 60 0 0.21 0.65 0.32 40.35 0.48 0.46
Hex AD 88 3C 0 15 41 20 28 30 2E
Octal 255 210 74 0 25 101 40 50 60 56
Binary 10101101 10001000 111100 0 10101 1000001 100000 101000 110000 101110

Color Harmonies of #AD883C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD883C

Black with #AD883C

Text Example


Text Example

White with #AD883C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD883C; }

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

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

background-color css

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

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

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

border-color css

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

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

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