Html Css Color HEX #A5803E Alpine

📋 copy color: '#A5803E'

red 165 ◦ green 128 ◦ blue 62

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

Shades of Alpine #A5803E

Tints of Alpine #A5803E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.46%

R = 46.48%
G = 36.06%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A5803E (or 0xA5803E) is known color: Alpine. HEX triplet: A5, 80 and 3E. RGB value is (165,128,62). Sum of RGB (Red+Green+Blue) = 165+128+62=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 62 (24.61% from 255 or 17.46% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A5803E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5803E is #5A7FC1. Grayscale: #838383. Windows color (decimal): -5930946 or 4096165. OLE color: 4096165.

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

Color convert

RGB 165 128 62 -
CMYK 0 0.22 0.62 0.35
HSL 38.45º 0.45% 0.45% -
HSV(B) 38.45º 0.62% 0.65% -
XYZ 24.11 23.79 7.88 -
YUV 131.54 88.76 151.87 -
System Red Green Blue C M Y K H S L
Decimal 165 128 62 0 0.22 0.62 0.35 38.45 0.45 0.45
Hex A5 80 3E 0 16 3E 23 26 2D 2D
Octal 245 200 76 0 26 76 43 46 55 55
Binary 10100101 10000000 111110 0 10110 111110 100011 100110 101101 101101

Color Harmonies of #A5803E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5803E

Black with #A5803E

Text Example


Text Example

White with #A5803E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5803E; }

 p { color: rgb(165,128,62); }

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

background-color css

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

 a { background-color: rgb(165,128,62); }

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

border-color css

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

 span { border-color: rgb(165,128,62); }

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