Html Css Color HEX #A32D16 Brown

📋 copy color: '#A32D16'

red 163 ◦ green 45 ◦ blue 22

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

Shades of Brown #A32D16

Tints of Brown #A32D16

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.57%

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

R = 70.87%
G = 19.57%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A32D16 (or 0xA32D16) is known color: Brown. HEX triplet: A3, 2D and 16. RGB value is (163,45,22). Sum of RGB (Red+Green+Blue) = 163+45+22=230 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.87% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 163 - color contains mainly: red. Hex color #A32D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32D16 is #5CD2E9. Grayscale: #4D4D4D. Windows color (decimal): -6083306 or 1453475. OLE color: 1453475.

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

Color convert

RGB 163 45 22 -
CMYK 0 0.72 0.87 0.36
HSL 9.79º 0.76% 0.36% -
HSV(B) 9.79º 0.87% 0.64% -
XYZ 16.19 9.72 1.78 -
YUV 77.66 96.59 188.87 -
System Red Green Blue C M Y K H S L
Decimal 163 45 22 0 0.72 0.87 0.36 9.79 0.76 0.36
Hex A3 2D 16 0 48 57 24 A 4C 24
Octal 243 55 26 0 110 127 44 12 114 44
Binary 10100011 101101 10110 0 1001000 1010111 100100 1010 1001100 100100

Color Harmonies of #A32D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32D16

Black with #A32D16

Text Example


Text Example

White with #A32D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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