Html Css Color HEX #A32E21 Brown

📋 copy color: '#A32E21'

red 163 ◦ green 46 ◦ blue 33

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

Shades of Brown #A32E21

Tints of Brown #A32E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.64%

R = 67.36%
G = 19.01%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A32E21 (or 0xA32E21) is known color: Brown. HEX triplet: A3, 2E and 21. RGB value is (163,46,33). Sum of RGB (Red+Green+Blue) = 163+46+33=242 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.36% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32E21 is #5CD1DE. Grayscale: #4F4F4F. Windows color (decimal): -6083039 or 2174627. OLE color: 2174627.

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

Color convert

RGB 163 46 33 -
CMYK 0 0.72 0.80 0.36
HSL 0.66% 0.38% -
HSV(B) 0.8% 0.64% -
XYZ 16.36 9.85 2.48 -
YUV 79.5 101.76 187.56 -
System Red Green Blue C M Y K H S L
Decimal 163 46 33 0 0.72 0.80 0.36 6 0.66 0.38
Hex A3 2E 21 0 48 50 24 6 42 26
Octal 243 56 41 0 110 120 44 6 102 46
Binary 10100011 101110 100001 0 1001000 1010000 100100 110 1000010 100110

Color Harmonies of #A32E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32E21

Black with #A32E21

Text Example


Text Example

White with #A32E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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