#A6302D

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

Shades of Brown #A6302D

Tints of Brown #A6302D

Color information

#A6302D (or 0xA6302D) is unknown color: approx Brown. HEX triplet: A6, 30 and 2D. RGB value is (166,48,45). Sum of RGB (Red+Green+Blue) = 166+48+45=259 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.09% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 166 - color contains mainly: red. Hex color #A6302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6302D is #59CFD2. Grayscale: #535353. Windows color (decimal): -5885907 or 2961574. OLE color: 2961574.

HSL color Cylindrical-coordinate representation of color #A6302D: hue angle of 1.49º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A6302D is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB1664845-
CMYK00.710.730.35
HSL1.49º57.35%41.37%-
HSV(B)1.49º72.89%65.1%-
XYZ17.2610.413.58-
YUV82.94106.59187.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 64.09%
GREEN value IS 48 (19.14% from 255) = 18.53%
BLUE value IS 45 (17.97% from 255) = 17.37%
R=64.09%
G=18.53%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166484500.710.730.351.4957.3541.37
HexA6302D047492313929
Octal246605501071114317151
Binary101001101100001011010100011110010011000111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6302D; }

 p { color: rgb(166,48,45); }

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

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

 a { background-color: rgb(166,48,45); }

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

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

 span { border-color: rgb(166,48,45); }

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