Html Css Color HEX #A48040 Alpine

📋 copy color: '#A48040'

red 164 ◦ green 128 ◦ blue 64

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

Shades of Alpine #A48040

Tints of Alpine #A48040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.98%

R = 46.07%
G = 35.96%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A48040 (or 0xA48040) is known color: Alpine. HEX triplet: A4, 80 and 40. RGB value is (164,128,64). Sum of RGB (Red+Green+Blue) = 164+128+64=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A48040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48040 is #5B7FBF. Grayscale: #838383. Windows color (decimal): -5996480 or 4227236. OLE color: 4227236.

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

Color convert

RGB 164 128 64 -
CMYK 0 0.22 0.61 0.36
HSL 38.4º 0.44% 0.45% -
HSV(B) 38.4º 0.61% 0.64% -
XYZ 23.95 23.7 8.16 -
YUV 131.47 89.93 151.2 -
System Red Green Blue C M Y K H S L
Decimal 164 128 64 0 0.22 0.61 0.36 38.4 0.44 0.45
Hex A4 80 40 0 16 3D 24 26 2C 2D
Octal 244 200 100 0 26 75 44 46 54 55
Binary 10100100 10000000 1000000 0 10110 111101 100100 100110 101100 101101

Color Harmonies of #A48040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48040

Black with #A48040

Text Example


Text Example

White with #A48040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48040; }

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

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

background-color css

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

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

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

border-color css

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

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

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