Html Css Color HEX #A5813A Alpine

📋 copy color: '#A5813A'

red 165 ◦ green 129 ◦ blue 58

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

Shades of Alpine #A5813A

Tints of Alpine #A5813A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.65%

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

R = 46.88%
G = 36.65%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A5813A (or 0xA5813A) is known color: Alpine. HEX triplet: A5, 81 and 3A. RGB value is (165,129,58). Sum of RGB (Red+Green+Blue) = 165+129+58=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A5813A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5813A is #5A7EC5. Grayscale: #838383. Windows color (decimal): -5930694 or 3834277. OLE color: 3834277.

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

Color convert

RGB 165 129 58 -
CMYK 0 0.22 0.65 0.35
HSL 39.81º 0.48% 0.44% -
HSV(B) 39.81º 0.65% 0.65% -
XYZ 24.13 24.01 7.36 -
YUV 131.67 86.43 151.77 -
System Red Green Blue C M Y K H S L
Decimal 165 129 58 0 0.22 0.65 0.35 39.81 0.48 0.44
Hex A5 81 3A 0 16 41 23 28 30 2C
Octal 245 201 72 0 26 101 43 50 60 54
Binary 10100101 10000001 111010 0 10110 1000001 100011 101000 110000 101100

Color Harmonies of #A5813A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5813A

Black with #A5813A

Text Example


Text Example

White with #A5813A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5813A; }

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

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

background-color css

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

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

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

border-color css

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

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

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