Html Css Color HEX #AC3225 Brown

📋 copy color: '#AC3225'

red 172 ◦ green 50 ◦ blue 37

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

Shades of Brown #AC3225

Tints of Brown #AC3225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.29%

R = 66.41%
G = 19.31%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC3225 (or 0xAC3225) is known color: Brown. HEX triplet: AC, 32 and 25. RGB value is (172,50,37). Sum of RGB (Red+Green+Blue) = 172+50+37=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3225 is #53CDDA. Grayscale: #555555. Windows color (decimal): -5492187 or 2437804. OLE color: 2437804.

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

Color convert

RGB 172 50 37 -
CMYK 0 0.71 0.78 0.33
HSL 5.78º 0.65% 0.41% -
HSV(B) 5.78º 0.78% 0.67% -
XYZ 18.49 11.19 2.93 -
YUV 85 100.92 190.06 -
System Red Green Blue C M Y K H S L
Decimal 172 50 37 0 0.71 0.78 0.33 5.78 0.65 0.41
Hex AC 32 25 0 47 4E 21 6 41 29
Octal 254 62 45 0 107 116 41 6 101 51
Binary 10101100 110010 100101 0 1000111 1001110 100001 110 1000001 101001

Color Harmonies of #AC3225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3225

Black with #AC3225

Text Example


Text Example

White with #AC3225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3225; }

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

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

background-color css

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

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

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

border-color css

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

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

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