Html Css Color HEX #AD8842 Alpine

📋 copy color: '#AD8842'

red 173 ◦ green 136 ◦ blue 66

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

Shades of Alpine #AD8842

Tints of Alpine #AD8842

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.27%

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

R = 46.13%
G = 36.27%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD8842 (or 0xAD8842) is known color: Alpine. HEX triplet: AD, 88 and 42. RGB value is (173,136,66). Sum of RGB (Red+Green+Blue) = 173+136+66=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8842 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8842 is #5277BD. Grayscale: #8B8B8B. Windows color (decimal): -5404606 or 4360365. OLE color: 4360365.

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

Color convert

RGB 173 136 66 -
CMYK 0 0.21 0.62 0.32
HSL 39.25º 0.45% 0.47% -
HSV(B) 39.25º 0.62% 0.68% -
XYZ 27.02 26.89 8.92 -
YUV 139.08 86.76 152.19 -
System Red Green Blue C M Y K H S L
Decimal 173 136 66 0 0.21 0.62 0.32 39.25 0.45 0.47
Hex AD 88 42 0 15 3E 20 27 2D 2F
Octal 255 210 102 0 25 76 40 47 55 57
Binary 10101101 10001000 1000010 0 10101 111110 100000 100111 101101 101111

Color Harmonies of #AD8842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8842

Black with #AD8842

Text Example


Text Example

White with #AD8842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8842; }

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

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

background-color css

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

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

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

border-color css

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

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

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