Html Css Color HEX #AD8541 Alpine

📋 copy color: '#AD8541'

red 173 ◦ green 133 ◦ blue 65

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

Shades of Alpine #AD8541

Tints of Alpine #AD8541

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.85%

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

R = 46.63%
G = 35.85%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD8541 (or 0xAD8541) is known color: Alpine. HEX triplet: AD, 85 and 41. RGB value is (173,133,65). Sum of RGB (Red+Green+Blue) = 173+133+65=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8541 is #527ABE. Grayscale: #898989. Windows color (decimal): -5405375 or 4294061. OLE color: 4294061.

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

Color convert

RGB 173 133 65 -
CMYK 0 0.23 0.62 0.32
HSL 37.78º 0.45% 0.47% -
HSV(B) 37.78º 0.62% 0.68% -
XYZ 26.58 26.04 8.63 -
YUV 137.21 87.25 153.53 -
System Red Green Blue C M Y K H S L
Decimal 173 133 65 0 0.23 0.62 0.32 37.78 0.45 0.47
Hex AD 85 41 0 17 3E 20 26 2D 2F
Octal 255 205 101 0 27 76 40 46 55 57
Binary 10101101 10000101 1000001 0 10111 111110 100000 100110 101101 101111

Color Harmonies of #AD8541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8541

Black with #AD8541

Text Example


Text Example

White with #AD8541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8541; }

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

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

background-color css

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

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

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

border-color css

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

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

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