Html Css Color HEX #AD843B Alpine

📋 copy color: '#AD843B'

red 173 ◦ green 132 ◦ blue 59

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

Shades of Alpine #AD843B

Tints of Alpine #AD843B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.21%

R = 47.53%
G = 36.26%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD843B (or 0xAD843B) is known color: Alpine. HEX triplet: AD, 84 and 3B. RGB value is (173,132,59). Sum of RGB (Red+Green+Blue) = 173+132+59=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 59 (23.44% from 255 or 16.21% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD843B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD843B is #527BC4. Grayscale: #888888. Windows color (decimal): -5405637 or 3900589. OLE color: 3900589.

HSL color Cylindrical-coordinate representation of color #AD843B: hue angle of 38.42º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD843B is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 132 59 -
CMYK 0 0.24 0.66 0.32
HSL 38.42º 0.49% 0.45% -
HSV(B) 38.42º 0.66% 0.68% -
XYZ 26.27 25.7 7.71 -
YUV 135.94 84.58 154.44 -
System Red Green Blue C M Y K H S L
Decimal 173 132 59 0 0.24 0.66 0.32 38.42 0.49 0.45
Hex AD 84 3B 0 18 42 20 26 31 2D
Octal 255 204 73 0 30 102 40 46 61 55
Binary 10101101 10000100 111011 0 11000 1000010 100000 100110 110001 101101

Color Harmonies of #AD843B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD843B

Black with #AD843B

Text Example


Text Example

White with #AD843B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD843B; }

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

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

background-color css

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

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

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

border-color css

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

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

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