Html Css Color HEX #AC3424 Brown

📋 copy color: '#AC3424'

red 172 ◦ green 52 ◦ blue 36

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

Shades of Brown #AC3424

Tints of Brown #AC3424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.85%

R = 66.15%
G = 20%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AC3424 (or 0xAC3424) is known color: Brown. HEX triplet: AC, 34 and 24. RGB value is (172,52,36). Sum of RGB (Red+Green+Blue) = 172+52+36=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3424 is #53CBDB. Grayscale: #565656. Windows color (decimal): -5491676 or 2372780. OLE color: 2372780.

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

Color convert

RGB 172 52 36 -
CMYK 0 0.70 0.79 0.33
HSL 7.06º 0.65% 0.41% -
HSV(B) 7.06º 0.79% 0.67% -
XYZ 18.56 11.35 2.88 -
YUV 86.06 99.76 189.3 -
System Red Green Blue C M Y K H S L
Decimal 172 52 36 0 0.70 0.79 0.33 7.06 0.65 0.41
Hex AC 34 24 0 46 4F 21 7 41 29
Octal 254 64 44 0 106 117 41 7 101 51
Binary 10101100 110100 100100 0 1000110 1001111 100001 111 1000001 101001

Color Harmonies of #AC3424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3424

Black with #AC3424

Text Example


Text Example

White with #AC3424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3424; }

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

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

background-color css

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

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

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

border-color css

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

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

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