Html Css Color HEX #A2231E Brown

📋 copy color: '#A2231E'

red 162 ◦ green 35 ◦ blue 30

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

Shades of Brown #A2231E

Tints of Brown #A2231E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.42%

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

R = 71.37%
G = 15.42%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A2231E (or 0xA2231E) is known color: Brown. HEX triplet: A2, 23 and 1E. RGB value is (162,35,30). Sum of RGB (Red+Green+Blue) = 162+35+30=227 (30% of max value = 765). Red value is 162 (63.67% from 255 or 71.37% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 162 - color contains mainly: red. Hex color #A2231E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2231E is #5DDCE1. Grayscale: #484848. Windows color (decimal): -6151394 or 1975202. OLE color: 1975202.

HSL color Cylindrical-coordinate representation of color #A2231E: hue angle of 2.27º 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 #A2231E is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 35 30 -
CMYK 0 0.78 0.81 0.36
HSL 2.27º 0.69% 0.38% -
HSV(B) 2.27º 0.81% 0.64% -
XYZ 15.74 8.98 2.13 -
YUV 72.4 104.08 191.91 -
System Red Green Blue C M Y K H S L
Decimal 162 35 30 0 0.78 0.81 0.36 2.27 0.69 0.38
Hex A2 23 1E 0 4E 51 24 2 45 26
Octal 242 43 36 0 116 121 44 2 105 46
Binary 10100010 100011 11110 0 1001110 1010001 100100 10 1000101 100110

Color Harmonies of #A2231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2231E

Black with #A2231E

Text Example


Text Example

White with #A2231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2231E; }

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

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

background-color css

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

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

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

border-color css

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

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

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