Html Css Color HEX #A32C17 Brown

📋 copy color: '#A32C17'

red 163 ◦ green 44 ◦ blue 23

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

Shades of Brown #A32C17

Tints of Brown #A32C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10%

R = 70.87%
G = 19.13%
B = 10%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A32C17 (or 0xA32C17) is known color: Brown. HEX triplet: A3, 2C and 17. RGB value is (163,44,23). Sum of RGB (Red+Green+Blue) = 163+44+23=230 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.87% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 23 (9.38% from 255 or 10% from 230); Max value from RGB is 163 - color contains mainly: red. Hex color #A32C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32C17 is #5CD3E8. Grayscale: #4D4D4D. Windows color (decimal): -6083561 or 1518755. OLE color: 1518755.

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

Color convert

RGB 163 44 23 -
CMYK 0 0.73 0.86 0.36
HSL 0.75% 0.36% -
HSV(B) 0.86% 0.64% -
XYZ 16.16 9.65 1.82 -
YUV 77.19 97.42 189.21 -
System Red Green Blue C M Y K H S L
Decimal 163 44 23 0 0.73 0.86 0.36 9 0.75 0.36
Hex A3 2C 17 0 49 56 24 9 4B 24
Octal 243 54 27 0 111 126 44 11 113 44
Binary 10100011 101100 10111 0 1001001 1010110 100100 1001 1001011 100100

Color Harmonies of #A32C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32C17

Black with #A32C17

Text Example


Text Example

White with #A32C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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