#AC302D

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

Shades of Brown #AC302D

Tints of Brown #AC302D

Color information

#AC302D (or 0xAC302D) is unknown color: approx Brown. HEX triplet: AC, 30 and 2D. RGB value is (172,48,45). Sum of RGB (Red+Green+Blue) = 172+48+45=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC302D is #53CFD2. Grayscale: #545454. Windows color (decimal): -5492691 or 2961580. OLE color: 2961580.

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

Color convert

RGB1724845-
CMYK00.720.740.33
HSL1.42º58.53%42.55%-
HSV(B)1.42º73.84%67.45%-
XYZ18.5411.073.64-
YUV84.73105.58190.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 64.91%
GREEN value IS 48 (19.14% from 255) = 18.11%
BLUE value IS 45 (17.97% from 255) = 16.98%
R=64.91%
G=18.11%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172484500.720.740.331.4258.5342.55
HexAC302D0484A2113b2b
Octal254605501101124117353
Binary101011001100001011010100100010010101000011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC302D; }

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

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

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

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

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

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

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

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