Html Css Color HEX #A6322D Brown

📋 copy color: '#A6322D'

red 166 ◦ green 50 ◦ blue 45

#A6322D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown #A6322D

Tints of Brown #A6322D

RGB

 RED value IS 166 (65.23% from 255) = 63.6%

 GREEN value IS 50 (19.92% from 255) = 19.16%

 BLUE value IS 45 (17.97% from 255) = 17.24%

R = 63.6%
G = 19.16%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6322D (or 0xA6322D) is known color: Brown. HEX triplet: A6, 32 and 2D. RGB value is (166,50,45). Sum of RGB (Red+Green+Blue) = 166+50+45=261 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.60% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 166 - color contains mainly: red. Hex color #A6322D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6322D is #59CDD2. Grayscale: #545454. Windows color (decimal): -5885395 or 2962086. OLE color: 2962086.

HSL color Cylindrical-coordinate representation of color #A6322D: hue angle of 2.48º 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 #A6322D is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 50 45 -
CMYK 0 0.70 0.73 0.35
HSL 2.48º 0.57% 0.41% -
HSV(B) 2.48º 0.73% 0.65% -
XYZ 17.34 10.58 3.61 -
YUV 84.11 105.93 186.41 -
System Red Green Blue C M Y K H S L
Decimal 166 50 45 0 0.70 0.73 0.35 2.48 0.57 0.41
Hex A6 32 2D 0 46 49 23 2 39 29
Octal 246 62 55 0 106 111 43 2 71 51
Binary 10100110 110010 101101 0 1000110 1001001 100011 10 111001 101001

Color Harmonies of #A6322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6322D

Black with #A6322D

Text Example


Text Example

White with #A6322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6322D; }

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

 H1.HeaderClassName
 {
   color: #A6322D;
 }
 .AnyTagClassName
 {
   color: #A6322D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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