Html Css Color HEX #A17F40 Alpine

📋 copy color: '#A17F40'

red 161 ◦ green 127 ◦ blue 64

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

Shades of Alpine #A17F40

Tints of Alpine #A17F40

RGB

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

 GREEN value IS 127 (50% from 255) = 36.08%

 BLUE value IS 64 (25.39% from 255) = 18.18%

R = 45.74%
G = 36.08%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A17F40 (or 0xA17F40) is known color: Alpine. HEX triplet: A1, 7F and 40. RGB value is (161,127,64). Sum of RGB (Red+Green+Blue) = 161+127+64=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17F40 is #5E80BF. Grayscale: #828282. Windows color (decimal): -6193344 or 4226977. OLE color: 4226977.

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

Color convert

RGB 161 127 64 -
CMYK 0 0.21 0.60 0.37
HSL 38.97º 0.43% 0.44% -
HSV(B) 38.97º 0.6% 0.63% -
XYZ 23.21 23.13 8.09 -
YUV 129.98 90.76 150.12 -
System Red Green Blue C M Y K H S L
Decimal 161 127 64 0 0.21 0.60 0.37 38.97 0.43 0.44
Hex A1 7F 40 0 15 3C 25 27 2B 2C
Octal 241 177 100 0 25 74 45 47 53 54
Binary 10100001 1111111 1000000 0 10101 111100 100101 100111 101011 101100

Color Harmonies of #A17F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17F40

Black with #A17F40

Text Example


Text Example

White with #A17F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17F40; }

 p { color: rgb(161,127,64); }

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

background-color css

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

 a { background-color: rgb(161,127,64); }

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

border-color css

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

 span { border-color: rgb(161,127,64); }

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