Html Css Color HEX #AD8740 Alpine

📋 copy color: '#AD8740'

red 173 ◦ green 135 ◦ blue 64

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

Shades of Alpine #AD8740

Tints of Alpine #AD8740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.2%

R = 46.51%
G = 36.29%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD8740 (or 0xAD8740) is known color: Alpine. HEX triplet: AD, 87 and 40. RGB value is (173,135,64). Sum of RGB (Red+Green+Blue) = 173+135+64=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8740 is #5278BF. Grayscale: #8A8A8A. Windows color (decimal): -5404864 or 4229037. OLE color: 4229037.

HSL color Cylindrical-coordinate representation of color #AD8740: hue angle of 39.08º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD8740 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 135 64 -
CMYK 0 0.22 0.63 0.32
HSL 39.08º 0.46% 0.46% -
HSV(B) 39.08º 0.63% 0.68% -
XYZ 26.82 26.58 8.57 -
YUV 138.27 86.09 152.77 -
System Red Green Blue C M Y K H S L
Decimal 173 135 64 0 0.22 0.63 0.32 39.08 0.46 0.46
Hex AD 87 40 0 16 3F 20 27 2E 2E
Octal 255 207 100 0 26 77 40 47 56 56
Binary 10101101 10000111 1000000 0 10110 111111 100000 100111 101110 101110

Color Harmonies of #AD8740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8740

Black with #AD8740

Text Example


Text Example

White with #AD8740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8740; }

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

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

background-color css

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

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

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

border-color css

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

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

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