Html Css Color HEX #AD8441 Alpine

📋 copy color: '#AD8441'

red 173 ◦ green 132 ◦ blue 65

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

Shades of Alpine #AD8441

Tints of Alpine #AD8441

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.68%

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

R = 46.76%
G = 35.68%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD8441 (or 0xAD8441) is known color: Alpine. HEX triplet: AD, 84 and 41. RGB value is (173,132,65). Sum of RGB (Red+Green+Blue) = 173+132+65=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8441 is #527BBE. Grayscale: #888888. Windows color (decimal): -5405631 or 4293805. OLE color: 4293805.

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

Color convert

RGB 173 132 65 -
CMYK 0 0.24 0.62 0.32
HSL 37.22º 0.45% 0.47% -
HSV(B) 37.22º 0.62% 0.68% -
XYZ 26.44 25.77 8.58 -
YUV 136.62 87.58 153.95 -
System Red Green Blue C M Y K H S L
Decimal 173 132 65 0 0.24 0.62 0.32 37.22 0.45 0.47
Hex AD 84 41 0 18 3E 20 25 2D 2F
Octal 255 204 101 0 30 76 40 45 55 57
Binary 10101101 10000100 1000001 0 11000 111110 100000 100101 101101 101111

Color Harmonies of #AD8441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8441

Black with #AD8441

Text Example


Text Example

White with #AD8441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8441; }

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

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

background-color css

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

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

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

border-color css

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

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

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