Html Css Color HEX #A47F3D Alpine

📋 copy color: '#A47F3D'

red 164 ◦ green 127 ◦ blue 61

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

Shades of Alpine #A47F3D

Tints of Alpine #A47F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.33%

R = 46.59%
G = 36.08%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A47F3D (or 0xA47F3D) is known color: Alpine. HEX triplet: A4, 7F and 3D. RGB value is (164,127,61). Sum of RGB (Red+Green+Blue) = 164+127+61=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47F3D is #5B80C2. Grayscale: #828282. Windows color (decimal): -5996739 or 4030372. OLE color: 4030372.

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

Color convert

RGB 164 127 61 -
CMYK 0 0.23 0.63 0.36
HSL 38.45º 0.46% 0.44% -
HSV(B) 38.45º 0.63% 0.64% -
XYZ 23.74 23.41 7.68 -
YUV 130.54 88.76 151.87 -
System Red Green Blue C M Y K H S L
Decimal 164 127 61 0 0.23 0.63 0.36 38.45 0.46 0.44
Hex A4 7F 3D 0 17 3F 24 26 2E 2C
Octal 244 177 75 0 27 77 44 46 56 54
Binary 10100100 1111111 111101 0 10111 111111 100100 100110 101110 101100

Color Harmonies of #A47F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47F3D

Black with #A47F3D

Text Example


Text Example

White with #A47F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47F3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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