Html Css Color HEX #A0321C Brown

📋 copy color: '#A0321C'

red 160 ◦ green 50 ◦ blue 28

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

Shades of Brown #A0321C

Tints of Brown #A0321C

RGB

 RED value IS 160 (62.89% from 255) = 67.23%

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

 BLUE value IS 28 (11.33% from 255) = 11.76%

R = 67.23%
G = 21.01%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0321C (or 0xA0321C) is known color: Brown. HEX triplet: A0, 32 and 1C. RGB value is (160,50,28). Sum of RGB (Red+Green+Blue) = 160+50+28=238 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.23% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 160 - color contains mainly: red. Hex color #A0321C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0321C is #5FCDE3. Grayscale: #505050. Windows color (decimal): -6278628 or 1847968. OLE color: 1847968.

HSL color Cylindrical-coordinate representation of color #A0321C: hue angle of 10º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0321C is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 50 28 -
CMYK 0 0.69 0.82 0.37
HSL 10º 0.7% 0.37% -
HSV(B) 10º 0.83% 0.63% -
XYZ 15.85 9.84 2.16 -
YUV 80.38 98.44 184.79 -
System Red Green Blue C M Y K H S L
Decimal 160 50 28 0 0.69 0.82 0.37 10 0.7 0.37
Hex A0 32 1C 0 45 52 25 A 46 25
Octal 240 62 34 0 105 122 45 12 106 45
Binary 10100000 110010 11100 0 1000101 1010010 100101 1010 1000110 100101

Color Harmonies of #A0321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0321C

Black with #A0321C

Text Example


Text Example

White with #A0321C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0321C; }

 p { color: rgb(160,50,28); }

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

background-color css

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

 a { background-color: rgb(160,50,28); }

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

border-color css

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

 span { border-color: rgb(160,50,28); }

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