Html Css Color HEX #A28038 Alpine

📋 copy color: '#A28038'

red 162 ◦ green 128 ◦ blue 56

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

Shades of Alpine #A28038

Tints of Alpine #A28038

RGB

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

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

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

R = 46.82%
G = 36.99%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A28038 (or 0xA28038) is known color: Alpine. HEX triplet: A2, 80 and 38. RGB value is (162,128,56). Sum of RGB (Red+Green+Blue) = 162+128+56=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A28038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28038 is #5D7FC7. Grayscale: #828282. Windows color (decimal): -6127560 or 3702946. OLE color: 3702946.

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

Color convert

RGB 162 128 56 -
CMYK 0 0.21 0.65 0.36
HSL 40.75º 0.49% 0.43% -
HSV(B) 40.75º 0.65% 0.64% -
XYZ 23.33 23.41 7.03 -
YUV 129.96 86.26 150.85 -
System Red Green Blue C M Y K H S L
Decimal 162 128 56 0 0.21 0.65 0.36 40.75 0.49 0.43
Hex A2 80 38 0 15 41 24 29 31 2B
Octal 242 200 70 0 25 101 44 51 61 53
Binary 10100010 10000000 111000 0 10101 1000001 100100 101001 110001 101011

Color Harmonies of #A28038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28038

Black with #A28038

Text Example


Text Example

White with #A28038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28038; }

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

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

background-color css

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

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

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

border-color css

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

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

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