Html Css Color HEX #A48139 Alpine

📋 copy color: '#A48139'

red 164 ◦ green 129 ◦ blue 57

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

Shades of Alpine #A48139

Tints of Alpine #A48139

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.86%

 BLUE value IS 57 (22.66% from 255) = 16.29%

R = 46.86%
G = 36.86%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A48139 (or 0xA48139) is known color: Alpine. HEX triplet: A4, 81 and 39. RGB value is (164,129,57). Sum of RGB (Red+Green+Blue) = 164+129+57=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 57 (22.66% from 255 or 16.29% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A48139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48139 is #5B7EC6. Grayscale: #838383. Windows color (decimal): -5996231 or 3768740. OLE color: 3768740.

HSL color Cylindrical-coordinate representation of color #A48139: hue angle of 40.37º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A48139 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 129 57 -
CMYK 0 0.21 0.65 0.36
HSL 40.37º 0.48% 0.43% -
HSV(B) 40.37º 0.65% 0.64% -
XYZ 23.9 23.89 7.22 -
YUV 131.26 86.1 151.35 -
System Red Green Blue C M Y K H S L
Decimal 164 129 57 0 0.21 0.65 0.36 40.37 0.48 0.43
Hex A4 81 39 0 15 41 24 28 30 2B
Octal 244 201 71 0 25 101 44 50 60 53
Binary 10100100 10000001 111001 0 10101 1000001 100100 101000 110000 101011

Color Harmonies of #A48139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48139

Black with #A48139

Text Example


Text Example

White with #A48139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48139; }

 p { color: rgb(164,129,57); }

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

background-color css

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

 a { background-color: rgb(164,129,57); }

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

border-color css

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

 span { border-color: rgb(164,129,57); }

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