#A63225

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

Shades of Brown #A63225

Tints of Brown #A63225

Color information

#A63225 (or 0xA63225) is unknown color: approx Brown. HEX triplet: A6, 32 and 25. RGB value is (166,50,37). Sum of RGB (Red+Green+Blue) = 166+50+37=253 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.61% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 166 - color contains mainly: red. Hex color #A63225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63225 is #59CDDA. Grayscale: #535353. Windows color (decimal): -5885403 or 2437798. OLE color: 2437798.

HSL color Cylindrical-coordinate representation of color #A63225: hue angle of 6.05º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A63225 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB1665037-
CMYK00.700.780.35
HSL6.05º63.55%39.8%-
HSV(B)6.05º77.71%65.1%-
XYZ17.210.522.87-
YUV83.2101.93187.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 65.61%
GREEN value IS 50 (19.92% from 255) = 19.76%
BLUE value IS 37 (14.84% from 255) = 14.62%
R=65.61%
G=19.76%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166503700.700.780.356.0563.5539.8
HexA632250464E2364028
Octal2466245010611643610050
Binary101001101100101001010100011010011101000111101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63225; }

 p { color: rgb(166,50,37); }

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

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

 a { background-color: rgb(166,50,37); }

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

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

 span { border-color: rgb(166,50,37); }

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