Html Css Color HEX #A48037 Alpine

📋 copy color: '#A48037'

red 164 ◦ green 128 ◦ blue 55

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

Shades of Alpine #A48037

Tints of Alpine #A48037

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.89%

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

R = 47.26%
G = 36.89%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A48037 (or 0xA48037) is known color: Alpine. HEX triplet: A4, 80 and 37. RGB value is (164,128,55). Sum of RGB (Red+Green+Blue) = 164+128+55=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A48037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48037 is #5B7FC8. Grayscale: #828282. Windows color (decimal): -5996489 or 3637412. OLE color: 3637412.

HSL color Cylindrical-coordinate representation of color #A48037: hue angle of 40.18º 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 #A48037 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 128 55 -
CMYK 0 0.22 0.66 0.36
HSL 40.18º 0.5% 0.43% -
HSV(B) 40.18º 0.66% 0.64% -
XYZ 23.72 23.61 6.92 -
YUV 130.44 85.43 151.94 -
System Red Green Blue C M Y K H S L
Decimal 164 128 55 0 0.22 0.66 0.36 40.18 0.5 0.43
Hex A4 80 37 0 16 42 24 28 32 2B
Octal 244 200 67 0 26 102 44 50 62 53
Binary 10100100 10000000 110111 0 10110 1000010 100100 101000 110010 101011

Color Harmonies of #A48037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48037

Black with #A48037

Text Example


Text Example

White with #A48037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48037; }

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

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

background-color css

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

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

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

border-color css

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

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

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