Html Css Color HEX #A32C16 Brown

📋 copy color: '#A32C16'

red 163 ◦ green 44 ◦ blue 22

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

Shades of Brown #A32C16

Tints of Brown #A32C16

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.21%

 BLUE value IS 22 (8.98% from 255) = 9.61%

R = 71.18%
G = 19.21%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A32C16 (or 0xA32C16) is known color: Brown. HEX triplet: A3, 2C and 16. RGB value is (163,44,22). Sum of RGB (Red+Green+Blue) = 163+44+22=229 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.18% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 163 - color contains mainly: red. Hex color #A32C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32C16 is #5CD3E9. Grayscale: #4D4D4D. Windows color (decimal): -6083562 or 1453219. OLE color: 1453219.

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

Color convert

RGB 163 44 22 -
CMYK 0 0.73 0.87 0.36
HSL 9.36º 0.76% 0.36% -
HSV(B) 9.36º 0.87% 0.64% -
XYZ 16.15 9.65 1.77 -
YUV 77.07 96.92 189.29 -
System Red Green Blue C M Y K H S L
Decimal 163 44 22 0 0.73 0.87 0.36 9.36 0.76 0.36
Hex A3 2C 16 0 49 57 24 9 4C 24
Octal 243 54 26 0 111 127 44 11 114 44
Binary 10100011 101100 10110 0 1001001 1010111 100100 1001 1001100 100100

Color Harmonies of #A32C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32C16

Black with #A32C16

Text Example


Text Example

White with #A32C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32C16; }

 p { color: rgb(163,44,22); }

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

background-color css

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

 a { background-color: rgb(163,44,22); }

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

border-color css

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

 span { border-color: rgb(163,44,22); }

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