Html Css Color HEX #AD8041 Alpine

📋 copy color: '#AD8041'

red 173 ◦ green 128 ◦ blue 65

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

Shades of Alpine #AD8041

Tints of Alpine #AD8041

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.97%

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

R = 47.27%
G = 34.97%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD8041 (or 0xAD8041) is known color: Alpine. HEX triplet: AD, 80 and 41. RGB value is (173,128,65). Sum of RGB (Red+Green+Blue) = 173+128+65=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8041 is #527FBE. Grayscale: #868686. Windows color (decimal): -5406655 or 4292781. OLE color: 4292781.

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

Color convert

RGB 173 128 65 -
CMYK 0 0.26 0.62 0.32
HSL 35º 0.45% 0.47% -
HSV(B) 35º 0.62% 0.68% -
XYZ 25.91 24.7 8.4 -
YUV 134.27 88.91 155.62 -
System Red Green Blue C M Y K H S L
Decimal 173 128 65 0 0.26 0.62 0.32 35 0.45 0.47
Hex AD 80 41 0 1A 3E 20 23 2D 2F
Octal 255 200 101 0 32 76 40 43 55 57
Binary 10101101 10000000 1000001 0 11010 111110 100000 100011 101101 101111

Color Harmonies of #AD8041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8041

Black with #AD8041

Text Example


Text Example

White with #AD8041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8041; }

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

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

background-color css

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

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

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

border-color css

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

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

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