Html Css Color HEX #A32B16 Brown

📋 copy color: '#A32B16'

red 163 ◦ green 43 ◦ blue 22

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

Shades of Brown #A32B16

Tints of Brown #A32B16

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.86%

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

R = 71.49%
G = 18.86%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A32B16 (or 0xA32B16) is known color: Brown. HEX triplet: A3, 2B and 16. RGB value is (163,43,22). Sum of RGB (Red+Green+Blue) = 163+43+22=228 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.49% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32B16 is #5CD4E9. Grayscale: #4C4C4C. Windows color (decimal): -6083818 or 1452963. OLE color: 1452963.

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

Color convert

RGB 163 43 22 -
CMYK 0 0.74 0.87 0.36
HSL 8.94º 0.76% 0.36% -
HSV(B) 8.94º 0.87% 0.64% -
XYZ 16.11 9.57 1.76 -
YUV 76.49 97.26 189.71 -
System Red Green Blue C M Y K H S L
Decimal 163 43 22 0 0.74 0.87 0.36 8.94 0.76 0.36
Hex A3 2B 16 0 4A 57 24 9 4C 24
Octal 243 53 26 0 112 127 44 11 114 44
Binary 10100011 101011 10110 0 1001010 1010111 100100 1001 1001100 100100

Color Harmonies of #A32B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32B16

Black with #A32B16

Text Example


Text Example

White with #A32B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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