#A7823F

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

Shades of Alpine #A7823F

Tints of Alpine #A7823F

Color information

#A7823F (or 0xA7823F) is unknown color: approx Alpine. HEX triplet: A7, 82 and 3F. RGB value is (167,130,63). Sum of RGB (Red+Green+Blue) = 167+130+63=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 167 - color contains mainly: red. Hex color #A7823F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7823F is #587DC0. Grayscale: #858585. Windows color (decimal): -5799361 or 4162215. OLE color: 4162215.

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

Color convert

RGB16713063-
CMYK00.220.620.35
HSL38.65º45.22%45.1%-
HSV(B)38.65º62.28%65.49%-
XYZ24.8224.548.13-
YUV133.4288.26151.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.39%
GREEN value IS 130 (51.17% from 255) = 36.11%
BLUE value IS 63 (25% from 255) = 17.5%
R=46.39%
G=36.11%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671306300.220.620.3538.6545.2245.1
HexA7823F0163E23272d2d
Octal247202770267643475555
Binary1010011110000010111111010110111110100011100111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7823F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7823F; }

 p { color: rgb(167,130,63); }

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

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

 a { background-color: rgb(167,130,63); }

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

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

 span { border-color: rgb(167,130,63); }

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