Html Css Color HEX #A48241 Alpine

📋 copy color: '#A48241'

red 164 ◦ green 130 ◦ blue 65

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

Shades of Alpine #A48241

Tints of Alpine #A48241

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.21%

 BLUE value IS 65 (25.78% from 255) = 18.11%

R = 45.68%
G = 36.21%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A48241 (or 0xA48241) is known color: Alpine. HEX triplet: A4, 82 and 41. RGB value is (164,130,65). Sum of RGB (Red+Green+Blue) = 164+130+65=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A48241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48241 is #5B7DBE. Grayscale: #858585. Windows color (decimal): -5995967 or 4293284. OLE color: 4293284.

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

Color convert

RGB 164 130 65 -
CMYK 0 0.21 0.60 0.36
HSL 39.39º 0.43% 0.45% -
HSV(B) 39.39º 0.6% 0.64% -
XYZ 24.25 24.24 8.4 -
YUV 132.76 89.76 150.29 -
System Red Green Blue C M Y K H S L
Decimal 164 130 65 0 0.21 0.60 0.36 39.39 0.43 0.45
Hex A4 82 41 0 15 3C 24 27 2B 2D
Octal 244 202 101 0 25 74 44 47 53 55
Binary 10100100 10000010 1000001 0 10101 111100 100100 100111 101011 101101

Color Harmonies of #A48241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48241

Black with #A48241

Text Example


Text Example

White with #A48241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48241; }

 p { color: rgb(164,130,65); }

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

background-color css

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

 a { background-color: rgb(164,130,65); }

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

border-color css

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

 span { border-color: rgb(164,130,65); }

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