Html Css Color HEX #AC2C28 Brown

📋 copy color: '#AC2C28'

red 172 ◦ green 44 ◦ blue 40

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

Shades of Brown #AC2C28

Tints of Brown #AC2C28

RGB

 RED value IS 172 (67.58% from 255) = 67.19%

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

 BLUE value IS 40 (16.02% from 255) = 15.63%

R = 67.19%
G = 17.19%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC2C28 (or 0xAC2C28) is known color: Brown. HEX triplet: AC, 2C and 28. RGB value is (172,44,40). Sum of RGB (Red+Green+Blue) = 172+44+40=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2C28 is #53D3D7. Grayscale: #515151. Windows color (decimal): -5493720 or 2632876. OLE color: 2632876.

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

Color convert

RGB 172 44 40 -
CMYK 0 0.74 0.77 0.33
HSL 1.82º 0.62% 0.42% -
HSV(B) 1.82º 0.77% 0.67% -
XYZ 18.3 10.73 3.11 -
YUV 81.82 104.41 192.33 -
System Red Green Blue C M Y K H S L
Decimal 172 44 40 0 0.74 0.77 0.33 1.82 0.62 0.42
Hex AC 2C 28 0 4A 4D 21 2 3E 2A
Octal 254 54 50 0 112 115 41 2 76 52
Binary 10101100 101100 101000 0 1001010 1001101 100001 10 111110 101010

Color Harmonies of #AC2C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2C28

Black with #AC2C28

Text Example


Text Example

White with #AC2C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2C28; }

 p { color: rgb(172,44,40); }

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

background-color css

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

 a { background-color: rgb(172,44,40); }

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

border-color css

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

 span { border-color: rgb(172,44,40); }

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