Html Css Color HEX #AC2925 Brown

📋 copy color: '#AC2925'

red 172 ◦ green 41 ◦ blue 37

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

Shades of Brown #AC2925

Tints of Brown #AC2925

RGB

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

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

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

R = 68.8%
G = 16.4%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC2925 (or 0xAC2925) is known color: Brown. HEX triplet: AC, 29 and 25. RGB value is (172,41,37). Sum of RGB (Red+Green+Blue) = 172+41+37=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2925 is #53D6DA. Grayscale: #4F4F4F. Windows color (decimal): -5494491 or 2435500. OLE color: 2435500.

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

Color convert

RGB 172 41 37 -
CMYK 0 0.76 0.78 0.33
HSL 1.78º 0.65% 0.41% -
HSV(B) 1.78º 0.78% 0.67% -
XYZ 18.14 10.49 2.82 -
YUV 79.71 103.9 193.83 -
System Red Green Blue C M Y K H S L
Decimal 172 41 37 0 0.76 0.78 0.33 1.78 0.65 0.41
Hex AC 29 25 0 4C 4E 21 2 41 29
Octal 254 51 45 0 114 116 41 2 101 51
Binary 10101100 101001 100101 0 1001100 1001110 100001 10 1000001 101001

Color Harmonies of #AC2925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2925

Black with #AC2925

Text Example


Text Example

White with #AC2925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2925; }

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

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

background-color css

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

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

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

border-color css

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

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

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