Html Css Color HEX #AD8542 Alpine

📋 copy color: '#AD8542'

red 173 ◦ green 133 ◦ blue 66

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

Shades of Alpine #AD8542

Tints of Alpine #AD8542

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.75%

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

R = 46.51%
G = 35.75%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD8542 (or 0xAD8542) is known color: Alpine. HEX triplet: AD, 85 and 42. RGB value is (173,133,66). Sum of RGB (Red+Green+Blue) = 173+133+66=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8542 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8542 is #527ABD. Grayscale: #898989. Windows color (decimal): -5405374 or 4359597. OLE color: 4359597.

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

Color convert

RGB 173 133 66 -
CMYK 0 0.23 0.62 0.32
HSL 37.57º 0.45% 0.47% -
HSV(B) 37.57º 0.62% 0.68% -
XYZ 26.6 26.05 8.78 -
YUV 137.32 87.75 153.45 -
System Red Green Blue C M Y K H S L
Decimal 173 133 66 0 0.23 0.62 0.32 37.57 0.45 0.47
Hex AD 85 42 0 17 3E 20 26 2D 2F
Octal 255 205 102 0 27 76 40 46 55 57
Binary 10101101 10000101 1000010 0 10111 111110 100000 100110 101101 101111

Color Harmonies of #AD8542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8542

Black with #AD8542

Text Example


Text Example

White with #AD8542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8542; }

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

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

background-color css

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

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

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

border-color css

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

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

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