Html Css Color HEX #AC2927 Brown

📋 copy color: '#AC2927'

red 172 ◦ green 41 ◦ blue 39

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

Shades of Brown #AC2927

Tints of Brown #AC2927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.48%

R = 68.25%
G = 16.27%
B = 15.48%

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

#AC2927 (or 0xAC2927) is known color: Brown. HEX triplet: AC, 29 and 27. RGB value is (172,41,39). Sum of RGB (Red+Green+Blue) = 172+41+39=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2927 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2927 is #53D6D8. Grayscale: #505050. Windows color (decimal): -5494489 or 2566572. OLE color: 2566572.

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

Color convert

RGB 172 41 39 -
CMYK 0 0.76 0.77 0.33
HSL 0.9º 0.63% 0.41% -
HSV(B) 0.9º 0.77% 0.67% -
XYZ 18.17 10.5 2.99 -
YUV 79.94 104.9 193.66 -
System Red Green Blue C M Y K H S L
Decimal 172 41 39 0 0.76 0.77 0.33 0.9 0.63 0.41
Hex AC 29 27 0 4C 4D 21 1 3F 29
Octal 254 51 47 0 114 115 41 1 77 51
Binary 10101100 101001 100111 0 1001100 1001101 100001 1 111111 101001

Color Harmonies of #AC2927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2927

Black with #AC2927

Text Example


Text Example

White with #AC2927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2927; }

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

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

background-color css

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

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

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

border-color css

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

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

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