Html Css Color HEX #A32F2E Brown

📋 copy color: '#A32F2E'

red 163 ◦ green 47 ◦ blue 46

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

Shades of Brown #A32F2E

Tints of Brown #A32F2E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.36%

 BLUE value IS 46 (18.36% from 255) = 17.97%

R = 63.67%
G = 18.36%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A32F2E (or 0xA32F2E) is known color: Brown. HEX triplet: A3, 2F and 2E. RGB value is (163,47,46). Sum of RGB (Red+Green+Blue) = 163+47+46=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A32F2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32F2E is #5CD0D1. Grayscale: #515151. Windows color (decimal): -6082770 or 3026851. OLE color: 3026851.

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

Color convert

RGB 163 47 46 -
CMYK 0 0.71 0.72 0.36
HSL 0.51º 0.56% 0.41% -
HSV(B) 0.51º 0.72% 0.64% -
XYZ 16.61 10.02 3.64 -
YUV 81.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 163 47 46 0 0.71 0.72 0.36 0.51 0.56 0.41
Hex A3 2F 2E 0 47 48 24 1 38 29
Octal 243 57 56 0 107 110 44 1 70 51
Binary 10100011 101111 101110 0 1000111 1001000 100100 1 111000 101001

Color Harmonies of #A32F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32F2E

Black with #A32F2E

Text Example


Text Example

White with #A32F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32F2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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