#A32F17

Color #A32F17 Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown #A32F17

Tints of Brown #A32F17

Color information

#A32F17 (or 0xA32F17) is unknown color: approx Brown. HEX triplet: A3, 2F and 17. RGB value is (163,47,23). Sum of RGB (Red+Green+Blue) = 163+47+23=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A32F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32F17 is #5CD0E8. Grayscale: #4F4F4F. Windows color (decimal): -6082793 or 1519523. OLE color: 1519523.

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

Color convert

RGB1634723-
CMYK00.710.860.36
HSL10.29º75.27%36.47%-
HSV(B)10.29º85.89%63.92%-
XYZ16.289.881.86-
YUV78.9596.43187.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 69.96%
GREEN value IS 47 (18.75% from 255) = 20.17%
BLUE value IS 23 (9.38% from 255) = 9.87%
R=69.96%
G=20.17%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163472300.710.860.3610.2975.2736.47
HexA32F170475624a4b24
Octal24357270107126441211344
Binary101000111011111011101000111101011010010010101001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32F17; }

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

 H1.HeaderClassName
 {
   color: #A32F17;
 }
 .AnyTagClassName
 {
   color: #A32F17;
 }
</style>
background-color css

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

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

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

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

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

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