Html Css Color HEX #A6332B Brown

📋 copy color: '#A6332B'

red 166 ◦ green 51 ◦ blue 43

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

Shades of Brown #A6332B

Tints of Brown #A6332B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.62%

 BLUE value IS 43 (17.19% from 255) = 16.54%

R = 63.85%
G = 19.62%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A6332B (or 0xA6332B) is known color: Brown. HEX triplet: A6, 33 and 2B. RGB value is (166,51,43). Sum of RGB (Red+Green+Blue) = 166+51+43=260 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.85% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 166 - color contains mainly: red. Hex color #A6332B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6332B is #59CCD4. Grayscale: #545454. Windows color (decimal): -5885141 or 2831270. OLE color: 2831270.

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

Color convert

RGB 166 51 43 -
CMYK 0 0.69 0.74 0.35
HSL 3.9º 0.59% 0.41% -
HSV(B) 3.9º 0.74% 0.65% -
XYZ 17.35 10.65 3.43 -
YUV 84.47 104.6 186.15 -
System Red Green Blue C M Y K H S L
Decimal 166 51 43 0 0.69 0.74 0.35 3.9 0.59 0.41
Hex A6 33 2B 0 45 4A 23 4 3B 29
Octal 246 63 53 0 105 112 43 4 73 51
Binary 10100110 110011 101011 0 1000101 1001010 100011 100 111011 101001

Color Harmonies of #A6332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6332B

Black with #A6332B

Text Example


Text Example

White with #A6332B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6332B; }

 p { color: rgb(166,51,43); }

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

background-color css

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

 a { background-color: rgb(166,51,43); }

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

border-color css

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

 span { border-color: rgb(166,51,43); }

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