Html Css Color HEX #AC2928 Brown

📋 copy color: '#AC2928'

red 172 ◦ green 41 ◦ blue 40

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

Shades of Brown #AC2928

Tints of Brown #AC2928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.21%

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

R = 67.98%
G = 16.21%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC2928 (or 0xAC2928) is known color: Brown. HEX triplet: AC, 29 and 28. RGB value is (172,41,40). Sum of RGB (Red+Green+Blue) = 172+41+40=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2928 is #53D6D7. Grayscale: #505050. Windows color (decimal): -5494488 or 2632108. OLE color: 2632108.

HSL color Cylindrical-coordinate representation of color #AC2928: hue angle of 0.45º 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 #AC2928 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 41 40 -
CMYK 0 0.76 0.77 0.33
HSL 0.45º 0.62% 0.42% -
HSV(B) 0.45º 0.77% 0.67% -
XYZ 18.19 10.51 3.08 -
YUV 80.06 105.4 193.58 -
System Red Green Blue C M Y K H S L
Decimal 172 41 40 0 0.76 0.77 0.33 0.45 0.62 0.42
Hex AC 29 28 0 4C 4D 21 0 3E 2A
Octal 254 51 50 0 114 115 41 0 76 52
Binary 10101100 101001 101000 0 1001100 1001101 100001 0 111110 101010

Color Harmonies of #AC2928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2928

Black with #AC2928

Text Example


Text Example

White with #AC2928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2928; }

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

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

background-color css

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

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

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

border-color css

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

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

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