Html Css Color HEX #A17C3E Alpine

📋 copy color: '#A17C3E'

red 161 ◦ green 124 ◦ blue 62

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

Shades of Alpine #A17C3E

Tints of Alpine #A17C3E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.73%

 BLUE value IS 62 (24.61% from 255) = 17.87%

R = 46.4%
G = 35.73%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A17C3E (or 0xA17C3E) is known color: Alpine. HEX triplet: A1, 7C and 3E. RGB value is (161,124,62). Sum of RGB (Red+Green+Blue) = 161+124+62=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17C3E is #5E83C1. Grayscale: #808080. Windows color (decimal): -6194114 or 4095137. OLE color: 4095137.

HSL color Cylindrical-coordinate representation of color #A17C3E: hue angle of 37.58º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A17C3E is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 124 62 -
CMYK 0 0.23 0.61 0.37
HSL 37.58º 0.44% 0.44% -
HSV(B) 37.58º 0.61% 0.63% -
XYZ 22.78 22.34 7.67 -
YUV 128 90.76 151.54 -
System Red Green Blue C M Y K H S L
Decimal 161 124 62 0 0.23 0.61 0.37 37.58 0.44 0.44
Hex A1 7C 3E 0 17 3D 25 26 2C 2C
Octal 241 174 76 0 27 75 45 46 54 54
Binary 10100001 1111100 111110 0 10111 111101 100101 100110 101100 101100

Color Harmonies of #A17C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17C3E

Black with #A17C3E

Text Example


Text Example

White with #A17C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17C3E; }

 p { color: rgb(161,124,62); }

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

background-color css

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

 a { background-color: rgb(161,124,62); }

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

border-color css

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

 span { border-color: rgb(161,124,62); }

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