Html Css Color HEX #A3321A Brown

📋 copy color: '#A3321A'

red 163 ◦ green 50 ◦ blue 26

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

Shades of Brown #A3321A

Tints of Brown #A3321A

RGB

 RED value IS 163 (64.06% from 255) = 68.2%

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

 BLUE value IS 26 (10.55% from 255) = 10.88%

R = 68.2%
G = 20.92%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A3321A (or 0xA3321A) is known color: Brown. HEX triplet: A3, 32 and 1A. RGB value is (163,50,26). Sum of RGB (Red+Green+Blue) = 163+50+26=239 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.20% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 163 - color contains mainly: red. Hex color #A3321A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3321A is #5CCDE5. Grayscale: #515151. Windows color (decimal): -6082022 or 1716899. OLE color: 1716899.

HSL color Cylindrical-coordinate representation of color #A3321A: hue angle of 10.51º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A3321A is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 50 26 -
CMYK 0 0.69 0.84 0.36
HSL 10.51º 0.72% 0.37% -
HSV(B) 10.51º 0.84% 0.64% -
XYZ 16.43 10.14 2.07 -
YUV 81.05 96.94 186.45 -
System Red Green Blue C M Y K H S L
Decimal 163 50 26 0 0.69 0.84 0.36 10.51 0.72 0.37
Hex A3 32 1A 0 45 54 24 B 48 25
Octal 243 62 32 0 105 124 44 13 110 45
Binary 10100011 110010 11010 0 1000101 1010100 100100 1011 1001000 100101

Color Harmonies of #A3321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3321A

Black with #A3321A

Text Example


Text Example

White with #A3321A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3321A; }

 p { color: rgb(163,50,26); }

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

background-color css

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

 a { background-color: rgb(163,50,26); }

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

border-color css

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

 span { border-color: rgb(163,50,26); }

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