Html Css Color HEX #A47F40 Alpine

📋 copy color: '#A47F40'

red 164 ◦ green 127 ◦ blue 64

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

Shades of Alpine #A47F40

Tints of Alpine #A47F40

RGB

 RED value IS 164 (64.45% from 255) = 46.2%

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

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

R = 46.2%
G = 35.77%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A47F40 (or 0xA47F40) is known color: Alpine. HEX triplet: A4, 7F and 40. RGB value is (164,127,64). Sum of RGB (Red+Green+Blue) = 164+127+64=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47F40 is #5B80BF. Grayscale: #838383. Windows color (decimal): -5996736 or 4226980. OLE color: 4226980.

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

Color convert

RGB 164 127 64 -
CMYK 0 0.23 0.61 0.36
HSL 37.8º 0.44% 0.45% -
HSV(B) 37.8º 0.61% 0.64% -
XYZ 23.82 23.44 8.12 -
YUV 130.88 90.26 151.62 -
System Red Green Blue C M Y K H S L
Decimal 164 127 64 0 0.23 0.61 0.36 37.8 0.44 0.45
Hex A4 7F 40 0 17 3D 24 26 2C 2D
Octal 244 177 100 0 27 75 44 46 54 55
Binary 10100100 1111111 1000000 0 10111 111101 100100 100110 101100 101101

Color Harmonies of #A47F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47F40

Black with #A47F40

Text Example


Text Example

White with #A47F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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