Html Css Color HEX #A48337 Alpine

📋 copy color: '#A48337'

red 164 ◦ green 131 ◦ blue 55

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

Shades of Alpine #A48337

Tints of Alpine #A48337

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.43%

 BLUE value IS 55 (21.88% from 255) = 15.71%

R = 46.86%
G = 37.43%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A48337 (or 0xA48337) is known color: Alpine. HEX triplet: A4, 83 and 37. RGB value is (164,131,55). Sum of RGB (Red+Green+Blue) = 164+131+55=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 55 (21.88% from 255 or 15.71% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A48337 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48337 is #5B7CC8. Grayscale: #848484. Windows color (decimal): -5995721 or 3638180. OLE color: 3638180.

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

Color convert

RGB 164 131 55 -
CMYK 0 0.20 0.66 0.36
HSL 41.83º 0.5% 0.43% -
HSV(B) 41.83º 0.66% 0.64% -
XYZ 24.12 24.4 7.05 -
YUV 132.2 84.43 150.68 -
System Red Green Blue C M Y K H S L
Decimal 164 131 55 0 0.20 0.66 0.36 41.83 0.5 0.43
Hex A4 83 37 0 14 42 24 2A 32 2B
Octal 244 203 67 0 24 102 44 52 62 53
Binary 10100100 10000011 110111 0 10100 1000010 100100 101010 110010 101011

Color Harmonies of #A48337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48337

Black with #A48337

Text Example


Text Example

White with #A48337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48337; }

 p { color: rgb(164,131,55); }

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

background-color css

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

 a { background-color: rgb(164,131,55); }

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

border-color css

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

 span { border-color: rgb(164,131,55); }

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