Html Css Color HEX #AC3429 Brown

📋 copy color: '#AC3429'

red 172 ◦ green 52 ◦ blue 41

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

Shades of Brown #AC3429

Tints of Brown #AC3429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.62%

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

R = 64.91%
G = 19.62%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC3429 (or 0xAC3429) is known color: Brown. HEX triplet: AC, 34 and 29. RGB value is (172,52,41). Sum of RGB (Red+Green+Blue) = 172+52+41=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3429 is #53CBD6. Grayscale: #565656. Windows color (decimal): -5491671 or 2700460. OLE color: 2700460.

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

Color convert

RGB 172 52 41 -
CMYK 0 0.70 0.76 0.33
HSL 5.04º 0.62% 0.42% -
HSV(B) 5.04º 0.76% 0.67% -
XYZ 18.64 11.39 3.31 -
YUV 86.63 102.26 188.89 -
System Red Green Blue C M Y K H S L
Decimal 172 52 41 0 0.70 0.76 0.33 5.04 0.62 0.42
Hex AC 34 29 0 46 4C 21 5 3E 2A
Octal 254 64 51 0 106 114 41 5 76 52
Binary 10101100 110100 101001 0 1000110 1001100 100001 101 111110 101010

Color Harmonies of #AC3429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3429

Black with #AC3429

Text Example


Text Example

White with #AC3429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3429; }

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

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

background-color css

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

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

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

border-color css

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

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

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