Html Css Color HEX #A28140 Alpine

📋 copy color: '#A28140'

red 162 ◦ green 129 ◦ blue 64

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

Shades of Alpine #A28140

Tints of Alpine #A28140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.03%

R = 45.63%
G = 36.34%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A28140 (or 0xA28140) is known color: Alpine. HEX triplet: A2, 81 and 40. RGB value is (162,129,64). Sum of RGB (Red+Green+Blue) = 162+129+64=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A28140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28140 is #5D7EBF. Grayscale: #838383. Windows color (decimal): -6127296 or 4227490. OLE color: 4227490.

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

Color convert

RGB 162 129 64 -
CMYK 0 0.20 0.60 0.36
HSL 39.8º 0.43% 0.44% -
HSV(B) 39.8º 0.6% 0.64% -
XYZ 23.68 23.75 8.19 -
YUV 131.46 89.93 149.79 -
System Red Green Blue C M Y K H S L
Decimal 162 129 64 0 0.20 0.60 0.36 39.8 0.43 0.44
Hex A2 81 40 0 14 3C 24 28 2B 2C
Octal 242 201 100 0 24 74 44 50 53 54
Binary 10100010 10000001 1000000 0 10100 111100 100100 101000 101011 101100

Color Harmonies of #A28140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28140

Black with #A28140

Text Example


Text Example

White with #A28140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28140; }

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

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

background-color css

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

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

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

border-color css

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

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

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