#A5833D

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

Shades of Alpine #A5833D

Tints of Alpine #A5833D

Color information

#A5833D (or 0xA5833D) is unknown color: approx Alpine. HEX triplet: A5, 83 and 3D. RGB value is (165,131,61). Sum of RGB (Red+Green+Blue) = 165+131+61=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A5833D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5833D is #5A7CC2. Grayscale: #858585. Windows color (decimal): -5930179 or 4031397. OLE color: 4031397.

HSL color Cylindrical-coordinate representation of color #A5833D: hue angle of 40.38º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A5833D is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB16513161-
CMYK00.210.630.35
HSL40.38º46.02%44.31%-
HSV(B)40.38º63.03%64.71%-
XYZ24.4824.577.87-
YUV133.1987.26150.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.22%
GREEN value IS 131 (51.56% from 255) = 36.69%
BLUE value IS 61 (24.22% from 255) = 17.09%
R=46.22%
G=36.69%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651316100.210.630.3540.3846.0244.31
HexA5833D0153F23282e2c
Octal245203750257743505654
Binary1010010110000011111101010101111111100011101000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5833D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5833D; }

 p { color: rgb(165,131,61); }

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

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

 a { background-color: rgb(165,131,61); }

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

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

 span { border-color: rgb(165,131,61); }

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