Html Css Color HEX #A5843A Alpine

📋 copy color: '#A5843A'

red 165 ◦ green 132 ◦ blue 58

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

Shades of Alpine #A5843A

Tints of Alpine #A5843A

RGB

 RED value IS 165 (64.84% from 255) = 46.48%

 GREEN value IS 132 (51.95% from 255) = 37.18%

 BLUE value IS 58 (23.05% from 255) = 16.34%

R = 46.48%
G = 37.18%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A5843A (or 0xA5843A) is known color: Alpine. HEX triplet: A5, 84 and 3A. RGB value is (165,132,58). Sum of RGB (Red+Green+Blue) = 165+132+58=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A5843A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5843A is #5A7BC5. Grayscale: #858585. Windows color (decimal): -5929926 or 3835045. OLE color: 3835045.

HSL color Cylindrical-coordinate representation of color #A5843A: hue angle of 41.5º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5843A is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 132 58 -
CMYK 0 0.20 0.65 0.35
HSL 41.5º 0.48% 0.44% -
HSV(B) 41.5º 0.65% 0.65% -
XYZ 24.53 24.81 7.5 -
YUV 133.43 85.43 150.52 -
System Red Green Blue C M Y K H S L
Decimal 165 132 58 0 0.20 0.65 0.35 41.5 0.48 0.44
Hex A5 84 3A 0 14 41 23 29 30 2C
Octal 245 204 72 0 24 101 43 51 60 54
Binary 10100101 10000100 111010 0 10100 1000001 100011 101001 110000 101100

Color Harmonies of #A5843A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5843A

Black with #A5843A

Text Example


Text Example

White with #A5843A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5843A; }

 p { color: rgb(165,132,58); }

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

background-color css

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

 a { background-color: rgb(165,132,58); }

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

border-color css

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

 span { border-color: rgb(165,132,58); }

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