Html Css Color HEX #AD8941 Alpine

📋 copy color: '#AD8941'

red 173 ◦ green 137 ◦ blue 65

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

Shades of Alpine #AD8941

Tints of Alpine #AD8941

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.53%

 BLUE value IS 65 (25.78% from 255) = 17.33%

R = 46.13%
G = 36.53%
B = 17.33%

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

#AD8941 (or 0xAD8941) is known color: Alpine. HEX triplet: AD, 89 and 41. RGB value is (173,137,65). Sum of RGB (Red+Green+Blue) = 173+137+65=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8941 is #5276BE. Grayscale: #8B8B8B. Windows color (decimal): -5404351 or 4295085. OLE color: 4295085.

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

Color convert

RGB 173 137 65 -
CMYK 0 0.21 0.62 0.32
HSL 40º 0.45% 0.47% -
HSV(B) 40º 0.62% 0.68% -
XYZ 27.13 27.16 8.81 -
YUV 139.56 85.93 151.85 -
System Red Green Blue C M Y K H S L
Decimal 173 137 65 0 0.21 0.62 0.32 40 0.45 0.47
Hex AD 89 41 0 15 3E 20 28 2D 2F
Octal 255 211 101 0 25 76 40 50 55 57
Binary 10101101 10001001 1000001 0 10101 111110 100000 101000 101101 101111

Color Harmonies of #AD8941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8941

Black with #AD8941

Text Example


Text Example

White with #AD8941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8941; }

 p { color: rgb(173,137,65); }

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

background-color css

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

 a { background-color: rgb(173,137,65); }

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

border-color css

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

 span { border-color: rgb(173,137,65); }

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