Html Css Color HEX #AC2825 Brown

📋 copy color: '#AC2825'

red 172 ◦ green 40 ◦ blue 37

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

Shades of Brown #AC2825

Tints of Brown #AC2825

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.06%

 BLUE value IS 37 (14.84% from 255) = 14.86%

R = 69.08%
G = 16.06%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC2825 (or 0xAC2825) is known color: Brown. HEX triplet: AC, 28 and 25. RGB value is (172,40,37). Sum of RGB (Red+Green+Blue) = 172+40+37=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2825 is #53D7DA. Grayscale: #4F4F4F. Windows color (decimal): -5494747 or 2435244. OLE color: 2435244.

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

Color convert

RGB 172 40 37 -
CMYK 0 0.77 0.78 0.33
HSL 1.33º 0.65% 0.41% -
HSV(B) 1.33º 0.78% 0.67% -
XYZ 18.11 10.42 2.81 -
YUV 79.13 104.23 194.24 -
System Red Green Blue C M Y K H S L
Decimal 172 40 37 0 0.77 0.78 0.33 1.33 0.65 0.41
Hex AC 28 25 0 4D 4E 21 1 41 29
Octal 254 50 45 0 115 116 41 1 101 51
Binary 10101100 101000 100101 0 1001101 1001110 100001 1 1000001 101001

Color Harmonies of #AC2825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2825

Black with #AC2825

Text Example


Text Example

White with #AC2825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2825; }

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

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

background-color css

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

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

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

border-color css

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

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

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