Html Css Color HEX #AD8342 Alpine

📋 copy color: '#AD8342'

red 173 ◦ green 131 ◦ blue 66

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

Shades of Alpine #AD8342

Tints of Alpine #AD8342

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.41%

 BLUE value IS 66 (26.17% from 255) = 17.84%

R = 46.76%
G = 35.41%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD8342 (or 0xAD8342) is known color: Alpine. HEX triplet: AD, 83 and 42. RGB value is (173,131,66). Sum of RGB (Red+Green+Blue) = 173+131+66=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8342 is #527CBD. Grayscale: #888888. Windows color (decimal): -5405886 or 4359085. OLE color: 4359085.

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

Color convert

RGB 173 131 66 -
CMYK 0 0.24 0.62 0.32
HSL 36.45º 0.45% 0.47% -
HSV(B) 36.45º 0.62% 0.68% -
XYZ 26.33 25.51 8.69 -
YUV 136.15 88.41 154.29 -
System Red Green Blue C M Y K H S L
Decimal 173 131 66 0 0.24 0.62 0.32 36.45 0.45 0.47
Hex AD 83 42 0 18 3E 20 24 2D 2F
Octal 255 203 102 0 30 76 40 44 55 57
Binary 10101101 10000011 1000010 0 11000 111110 100000 100100 101101 101111

Color Harmonies of #AD8342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8342

Black with #AD8342

Text Example


Text Example

White with #AD8342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8342; }

 p { color: rgb(173,131,66); }

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

background-color css

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

 a { background-color: rgb(173,131,66); }

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

border-color css

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

 span { border-color: rgb(173,131,66); }

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