Html Css Color HEX #A28138 Alpine

📋 copy color: '#A28138'

red 162 ◦ green 129 ◦ blue 56

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

Shades of Alpine #A28138

Tints of Alpine #A28138

RGB

 RED value IS 162 (63.67% from 255) = 46.69%

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

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

R = 46.69%
G = 37.18%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A28138 (or 0xA28138) is known color: Alpine. HEX triplet: A2, 81 and 38. RGB value is (162,129,56). Sum of RGB (Red+Green+Blue) = 162+129+56=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A28138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28138 is #5D7EC7. Grayscale: #828282. Windows color (decimal): -6127304 or 3703202. OLE color: 3703202.

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

Color convert

RGB 162 129 56 -
CMYK 0 0.20 0.65 0.36
HSL 41.32º 0.49% 0.43% -
HSV(B) 41.32º 0.65% 0.64% -
XYZ 23.46 23.67 7.07 -
YUV 130.55 85.93 150.44 -
System Red Green Blue C M Y K H S L
Decimal 162 129 56 0 0.20 0.65 0.36 41.32 0.49 0.43
Hex A2 81 38 0 14 41 24 29 31 2B
Octal 242 201 70 0 24 101 44 51 61 53
Binary 10100010 10000001 111000 0 10100 1000001 100100 101001 110001 101011

Color Harmonies of #A28138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28138

Black with #A28138

Text Example


Text Example

White with #A28138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28138; }

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

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

background-color css

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

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

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

border-color css

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

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

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