#AC302B

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

Shades of Brown #AC302B

Tints of Brown #AC302B

Color information

#AC302B (or 0xAC302B) is unknown color: approx Brown. HEX triplet: AC, 30 and 2B. RGB value is (172,48,43). Sum of RGB (Red+Green+Blue) = 172+48+43=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC302B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC302B is #53CFD4. Grayscale: #545454. Windows color (decimal): -5492693 or 2830508. OLE color: 2830508.

HSL color Cylindrical-coordinate representation of color #AC302B: hue angle of 2.33º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC302B is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB1724843-
CMYK00.720.750.33
HSL2.33º60%42.16%-
HSV(B)2.33º75%67.45%-
XYZ18.5111.063.44-
YUV84.51104.58190.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 65.40%
GREEN value IS 48 (19.14% from 255) = 18.25%
BLUE value IS 43 (17.19% from 255) = 16.35%
R=65.40%
G=18.25%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172484300.720.750.332.336042.16
HexAC302B0484B2123c2a
Octal254605301101134127452
Binary1010110011000010101101001000100101110000110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC302B; }

 p { color: rgb(172,48,43); }

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

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

 a { background-color: rgb(172,48,43); }

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

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

 span { border-color: rgb(172,48,43); }

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