#A0823C

Color #A0823C Alpine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alpine #A0823C

Tints of Alpine #A0823C

Color information

#A0823C (or 0xA0823C) is unknown color: approx Alpine. HEX triplet: A0, 82 and 3C. RGB value is (160,130,60). Sum of RGB (Red+Green+Blue) = 160+130+60=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A0823C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0823C is #5F7DC3. Grayscale: #838383. Windows color (decimal): -6258116 or 3965600. OLE color: 3965600.

HSL color Cylindrical-coordinate representation of color #A0823C: hue angle of 42º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0823C is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB16013060-
CMYK00.190.620.37
HSL42º45.45%43.14%-
HSV(B)42º62.5%62.75%-
XYZ23.323.777.63-
YUV130.9987.94148.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.71%
GREEN value IS 130 (51.17% from 255) = 37.14%
BLUE value IS 60 (23.83% from 255) = 17.14%
R=45.71%
G=37.14%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601306000.190.620.374245.4543.14
HexA0823C0133E252a2d2b
Octal240202740237645525553
Binary1010000010000010111100010011111110100101101010101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0823C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0823C; }

 p { color: rgb(160,130,60); }

 H1.HeaderClassName
 {
   color: #A0823C;
 }
 .AnyTagClassName
 {
   color: #A0823C;
 }
</style>
background-color css

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

 a { background-color: rgb(160,130,60); }

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

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

 span { border-color: rgb(160,130,60); }

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