Html Css Color HEX #AD8742 Alpine

📋 copy color: '#AD8742'

red 173 ◦ green 135 ◦ blue 66

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

Shades of Alpine #AD8742

Tints of Alpine #AD8742

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.1%

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

R = 46.26%
G = 36.1%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD8742 (or 0xAD8742) is known color: Alpine. HEX triplet: AD, 87 and 42. RGB value is (173,135,66). Sum of RGB (Red+Green+Blue) = 173+135+66=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8742 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8742 is #5278BD. Grayscale: #8A8A8A. Windows color (decimal): -5404862 or 4360109. OLE color: 4360109.

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

Color convert

RGB 173 135 66 -
CMYK 0 0.22 0.62 0.32
HSL 38.69º 0.45% 0.47% -
HSV(B) 38.69º 0.62% 0.68% -
XYZ 26.88 26.61 8.87 -
YUV 138.5 87.09 152.61 -
System Red Green Blue C M Y K H S L
Decimal 173 135 66 0 0.22 0.62 0.32 38.69 0.45 0.47
Hex AD 87 42 0 16 3E 20 27 2D 2F
Octal 255 207 102 0 26 76 40 47 55 57
Binary 10101101 10000111 1000010 0 10110 111110 100000 100111 101101 101111

Color Harmonies of #AD8742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8742

Black with #AD8742

Text Example


Text Example

White with #AD8742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8742; }

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

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

background-color css

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

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

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

border-color css

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

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

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