Html Css Color HEX #A32E2A Brown

📋 copy color: '#A32E2A'

red 163 ◦ green 46 ◦ blue 42

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

Shades of Brown #A32E2A

Tints of Brown #A32E2A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.33%

 BLUE value IS 42 (16.8% from 255) = 16.73%

R = 64.94%
G = 18.33%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A32E2A (or 0xA32E2A) is known color: Brown. HEX triplet: A3, 2E and 2A. RGB value is (163,46,42). Sum of RGB (Red+Green+Blue) = 163+46+42=251 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.94% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32E2A is #5CD1D5. Grayscale: #505050. Windows color (decimal): -6083030 or 2764451. OLE color: 2764451.

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

Color convert

RGB 163 46 42 -
CMYK 0 0.72 0.74 0.36
HSL 1.98º 0.59% 0.4% -
HSV(B) 1.98º 0.74% 0.64% -
XYZ 16.5 9.91 3.23 -
YUV 80.53 106.26 186.83 -
System Red Green Blue C M Y K H S L
Decimal 163 46 42 0 0.72 0.74 0.36 1.98 0.59 0.4
Hex A3 2E 2A 0 48 4A 24 2 3B 28
Octal 243 56 52 0 110 112 44 2 73 50
Binary 10100011 101110 101010 0 1001000 1001010 100100 10 111011 101000

Color Harmonies of #A32E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32E2A

Black with #A32E2A

Text Example


Text Example

White with #A32E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32E2A; }

 p { color: rgb(163,46,42); }

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

background-color css

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

 a { background-color: rgb(163,46,42); }

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

border-color css

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

 span { border-color: rgb(163,46,42); }

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