Html Css Color HEX #A47F3B Alpine

📋 copy color: '#A47F3B'

red 164 ◦ green 127 ◦ blue 59

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

Shades of Alpine #A47F3B

Tints of Alpine #A47F3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.86%

R = 46.86%
G = 36.29%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A47F3B (or 0xA47F3B) is known color: Alpine. HEX triplet: A4, 7F and 3B. RGB value is (164,127,59). Sum of RGB (Red+Green+Blue) = 164+127+59=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47F3B is #5B80C4. Grayscale: #828282. Windows color (decimal): -5996741 or 3899300. OLE color: 3899300.

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

Color convert

RGB 164 127 59 -
CMYK 0 0.23 0.64 0.36
HSL 38.86º 0.47% 0.44% -
HSV(B) 38.86º 0.64% 0.64% -
XYZ 23.69 23.39 7.4 -
YUV 130.31 87.76 152.03 -
System Red Green Blue C M Y K H S L
Decimal 164 127 59 0 0.23 0.64 0.36 38.86 0.47 0.44
Hex A4 7F 3B 0 17 40 24 27 2F 2C
Octal 244 177 73 0 27 100 44 47 57 54
Binary 10100100 1111111 111011 0 10111 1000000 100100 100111 101111 101100

Color Harmonies of #A47F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47F3B

Black with #A47F3B

Text Example


Text Example

White with #A47F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47F3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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