Html Css Color HEX #AD8644 Alpine

📋 copy color: '#AD8644'

red 173 ◦ green 134 ◦ blue 68

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

Shades of Alpine #AD8644

Tints of Alpine #AD8644

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.73%

 BLUE value IS 68 (26.95% from 255) = 18.13%

R = 46.13%
G = 35.73%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD8644 (or 0xAD8644) is known color: Alpine. HEX triplet: AD, 86 and 44. RGB value is (173,134,68). Sum of RGB (Red+Green+Blue) = 173+134+68=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8644 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8644 is #5279BB. Grayscale: #8A8A8A. Windows color (decimal): -5405116 or 4490925. OLE color: 4490925.

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

Color convert

RGB 173 134 68 -
CMYK 0 0.23 0.61 0.32
HSL 37.71º 0.44% 0.47% -
HSV(B) 37.71º 0.61% 0.68% -
XYZ 26.8 26.35 9.14 -
YUV 138.14 88.42 152.87 -
System Red Green Blue C M Y K H S L
Decimal 173 134 68 0 0.23 0.61 0.32 37.71 0.44 0.47
Hex AD 86 44 0 17 3D 20 26 2C 2F
Octal 255 206 104 0 27 75 40 46 54 57
Binary 10101101 10000110 1000100 0 10111 111101 100000 100110 101100 101111

Color Harmonies of #AD8644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8644

Black with #AD8644

Text Example


Text Example

White with #AD8644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8644; }

 p { color: rgb(173,134,68); }

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

background-color css

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

 a { background-color: rgb(173,134,68); }

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

border-color css

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

 span { border-color: rgb(173,134,68); }

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