Html Css Color HEX #A2321C Brown

📋 copy color: '#A2321C'

red 162 ◦ green 50 ◦ blue 28

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

Shades of Brown #A2321C

Tints of Brown #A2321C

RGB

 RED value IS 162 (63.67% from 255) = 67.5%

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

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

R = 67.5%
G = 20.83%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A2321C (or 0xA2321C) is known color: Brown. HEX triplet: A2, 32 and 1C. RGB value is (162,50,28). Sum of RGB (Red+Green+Blue) = 162+50+28=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A2321C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2321C is #5DCDE3. Grayscale: #515151. Windows color (decimal): -6147556 or 1847970. OLE color: 1847970.

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

Color convert

RGB 162 50 28 -
CMYK 0 0.69 0.83 0.36
HSL 9.85º 0.71% 0.37% -
HSV(B) 9.85º 0.83% 0.64% -
XYZ 16.25 10.05 2.18 -
YUV 80.98 98.11 185.79 -
System Red Green Blue C M Y K H S L
Decimal 162 50 28 0 0.69 0.83 0.36 9.85 0.71 0.37
Hex A2 32 1C 0 45 53 24 A 47 25
Octal 242 62 34 0 105 123 44 12 107 45
Binary 10100010 110010 11100 0 1000101 1010011 100100 1010 1000111 100101

Color Harmonies of #A2321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2321C

Black with #A2321C

Text Example


Text Example

White with #A2321C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2321C; }

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

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

background-color css

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

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

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

border-color css

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

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

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