Html Css Color HEX #AC3227 Brown

📋 copy color: '#AC3227'

red 172 ◦ green 50 ◦ blue 39

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

Shades of Brown #AC3227

Tints of Brown #AC3227

RGB

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

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

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

R = 65.9%
G = 19.16%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC3227 (or 0xAC3227) is known color: Brown. HEX triplet: AC, 32 and 27. RGB value is (172,50,39). Sum of RGB (Red+Green+Blue) = 172+50+39=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3227 is #53CDD8. Grayscale: #555555. Windows color (decimal): -5492185 or 2568876. OLE color: 2568876.

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

Color convert

RGB 172 50 39 -
CMYK 0 0.71 0.77 0.33
HSL 4.96º 0.63% 0.41% -
HSV(B) 4.96º 0.77% 0.67% -
XYZ 18.52 11.2 3.1 -
YUV 85.22 101.92 189.89 -
System Red Green Blue C M Y K H S L
Decimal 172 50 39 0 0.71 0.77 0.33 4.96 0.63 0.41
Hex AC 32 27 0 47 4D 21 5 3F 29
Octal 254 62 47 0 107 115 41 5 77 51
Binary 10101100 110010 100111 0 1000111 1001101 100001 101 111111 101001

Color Harmonies of #AC3227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3227

Black with #AC3227

Text Example


Text Example

White with #AC3227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3227; }

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

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

background-color css

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

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

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

border-color css

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

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

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