Html Css Color HEX #A58138 Alpine

📋 copy color: '#A58138'

red 165 ◦ green 129 ◦ blue 56

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

Shades of Alpine #A58138

Tints of Alpine #A58138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16%

R = 47.14%
G = 36.86%
B = 16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A58138 (or 0xA58138) is known color: Alpine. HEX triplet: A5, 81 and 38. RGB value is (165,129,56). Sum of RGB (Red+Green+Blue) = 165+129+56=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A58138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58138 is #5A7EC7. Grayscale: #838383. Windows color (decimal): -5930696 or 3703205. OLE color: 3703205.

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

Color convert

RGB 165 129 56 -
CMYK 0 0.22 0.66 0.35
HSL 40.18º 0.49% 0.43% -
HSV(B) 40.18º 0.66% 0.65% -
XYZ 24.08 23.99 7.1 -
YUV 131.44 85.43 151.94 -
System Red Green Blue C M Y K H S L
Decimal 165 129 56 0 0.22 0.66 0.35 40.18 0.49 0.43
Hex A5 81 38 0 16 42 23 28 31 2B
Octal 245 201 70 0 26 102 43 50 61 53
Binary 10100101 10000001 111000 0 10110 1000010 100011 101000 110001 101011

Color Harmonies of #A58138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58138

Black with #A58138

Text Example


Text Example

White with #A58138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58138; }

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

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

background-color css

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

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

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

border-color css

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

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

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