Html Css Color HEX #A18037 Alpine

📋 copy color: '#A18037'

red 161 ◦ green 128 ◦ blue 55

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

Shades of Alpine #A18037

Tints of Alpine #A18037

RGB

 RED value IS 161 (63.28% from 255) = 46.8%

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

 BLUE value IS 55 (21.88% from 255) = 15.99%

R = 46.8%
G = 37.21%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A18037 (or 0xA18037) is known color: Alpine. HEX triplet: A1, 80 and 37. RGB value is (161,128,55). Sum of RGB (Red+Green+Blue) = 161+128+55=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 55 (21.88% from 255 or 15.99% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A18037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18037 is #5E7FC8. Grayscale: #818181. Windows color (decimal): -6193097 or 3637409. OLE color: 3637409.

HSL color Cylindrical-coordinate representation of color #A18037: hue angle of 41.32º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A18037 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 128 55 -
CMYK 0 0.20 0.66 0.37
HSL 41.32º 0.49% 0.42% -
HSV(B) 41.32º 0.66% 0.63% -
XYZ 23.11 23.29 6.89 -
YUV 129.55 85.93 150.44 -
System Red Green Blue C M Y K H S L
Decimal 161 128 55 0 0.20 0.66 0.37 41.32 0.49 0.42
Hex A1 80 37 0 14 42 25 29 31 2A
Octal 241 200 67 0 24 102 45 51 61 52
Binary 10100001 10000000 110111 0 10100 1000010 100101 101001 110001 101010

Color Harmonies of #A18037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18037

Black with #A18037

Text Example


Text Example

White with #A18037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18037; }

 p { color: rgb(161,128,55); }

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

background-color css

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

 a { background-color: rgb(161,128,55); }

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

border-color css

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

 span { border-color: rgb(161,128,55); }

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