Html Css Color HEX #A2321E Brown

📋 copy color: '#A2321E'

red 162 ◦ green 50 ◦ blue 30

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

Shades of Brown #A2321E

Tints of Brown #A2321E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.4%

R = 66.94%
G = 20.66%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A2321E (or 0xA2321E) is known color: Brown. HEX triplet: A2, 32 and 1E. RGB value is (162,50,30). Sum of RGB (Red+Green+Blue) = 162+50+30=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A2321E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2321E is #5DCDE1. Grayscale: #515151. Windows color (decimal): -6147554 or 1979042. OLE color: 1979042.

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

Color convert

RGB 162 50 30 -
CMYK 0 0.69 0.81 0.36
HSL 9.09º 0.69% 0.38% -
HSV(B) 9.09º 0.81% 0.64% -
XYZ 16.28 10.06 2.31 -
YUV 81.21 99.11 185.63 -
System Red Green Blue C M Y K H S L
Decimal 162 50 30 0 0.69 0.81 0.36 9.09 0.69 0.38
Hex A2 32 1E 0 45 51 24 9 45 26
Octal 242 62 36 0 105 121 44 11 105 46
Binary 10100010 110010 11110 0 1000101 1010001 100100 1001 1000101 100110

Color Harmonies of #A2321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2321E

Black with #A2321E

Text Example


Text Example

White with #A2321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2321E; }

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

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

background-color css

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

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

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

border-color css

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

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

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