Html Css Color HEX #AD843D Alpine

📋 copy color: '#AD843D'

red 173 ◦ green 132 ◦ blue 61

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

Shades of Alpine #AD843D

Tints of Alpine #AD843D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.07%

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

R = 47.27%
G = 36.07%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD843D (or 0xAD843D) is known color: Alpine. HEX triplet: AD, 84 and 3D. RGB value is (173,132,61). Sum of RGB (Red+Green+Blue) = 173+132+61=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD843D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD843D is #527BC2. Grayscale: #888888. Windows color (decimal): -5405635 or 4031661. OLE color: 4031661.

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

Color convert

RGB 173 132 61 -
CMYK 0 0.24 0.65 0.32
HSL 38.04º 0.48% 0.46% -
HSV(B) 38.04º 0.65% 0.68% -
XYZ 26.33 25.72 7.99 -
YUV 136.17 85.58 154.27 -
System Red Green Blue C M Y K H S L
Decimal 173 132 61 0 0.24 0.65 0.32 38.04 0.48 0.46
Hex AD 84 3D 0 18 41 20 26 30 2E
Octal 255 204 75 0 30 101 40 46 60 56
Binary 10101101 10000100 111101 0 11000 1000001 100000 100110 110000 101110

Color Harmonies of #AD843D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD843D

Black with #AD843D

Text Example


Text Example

White with #AD843D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD843D; }

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

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

background-color css

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

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

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

border-color css

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

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

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