Html Css Color HEX #AC2F29 Brown

📋 copy color: '#AC2F29'

red 172 ◦ green 47 ◦ blue 41

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

Shades of Brown #AC2F29

Tints of Brown #AC2F29

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.08%

 BLUE value IS 41 (16.41% from 255) = 15.77%

R = 66.15%
G = 18.08%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC2F29 (or 0xAC2F29) is known color: Brown. HEX triplet: AC, 2F and 29. RGB value is (172,47,41). Sum of RGB (Red+Green+Blue) = 172+47+41=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2F29 is #53D0D6. Grayscale: #535353. Windows color (decimal): -5492951 or 2699180. OLE color: 2699180.

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

Color convert

RGB 172 47 41 -
CMYK 0 0.73 0.76 0.33
HSL 2.75º 0.62% 0.42% -
HSV(B) 2.75º 0.76% 0.67% -
XYZ 18.43 10.96 3.24 -
YUV 83.69 103.91 190.99 -
System Red Green Blue C M Y K H S L
Decimal 172 47 41 0 0.73 0.76 0.33 2.75 0.62 0.42
Hex AC 2F 29 0 49 4C 21 3 3E 2A
Octal 254 57 51 0 111 114 41 3 76 52
Binary 10101100 101111 101001 0 1001001 1001100 100001 11 111110 101010

Color Harmonies of #AC2F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2F29

Black with #AC2F29

Text Example


Text Example

White with #AC2F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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