Html Css Color HEX #AC3224 Brown

📋 copy color: '#AC3224'

red 172 ◦ green 50 ◦ blue 36

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

Shades of Brown #AC3224

Tints of Brown #AC3224

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.38%

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

R = 66.67%
G = 19.38%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AC3224 (or 0xAC3224) is known color: Brown. HEX triplet: AC, 32 and 24. RGB value is (172,50,36). Sum of RGB (Red+Green+Blue) = 172+50+36=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3224 is #53CDDB. Grayscale: #555555. Windows color (decimal): -5492188 or 2372268. OLE color: 2372268.

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

Color convert

RGB 172 50 36 -
CMYK 0 0.71 0.79 0.33
HSL 6.18º 0.65% 0.41% -
HSV(B) 6.18º 0.79% 0.67% -
XYZ 18.47 11.18 2.85 -
YUV 84.88 100.42 190.14 -
System Red Green Blue C M Y K H S L
Decimal 172 50 36 0 0.71 0.79 0.33 6.18 0.65 0.41
Hex AC 32 24 0 47 4F 21 6 41 29
Octal 254 62 44 0 107 117 41 6 101 51
Binary 10101100 110010 100100 0 1000111 1001111 100001 110 1000001 101001

Color Harmonies of #AC3224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3224

Black with #AC3224

Text Example


Text Example

White with #AC3224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3224; }

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

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

background-color css

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

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

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

border-color css

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

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

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