Html Css Color HEX #AC3325 Brown

📋 copy color: '#AC3325'

red 172 ◦ green 51 ◦ blue 37

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

Shades of Brown #AC3325

Tints of Brown #AC3325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.62%

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

R = 66.15%
G = 19.62%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC3325 (or 0xAC3325) is known color: Brown. HEX triplet: AC, 33 and 25. RGB value is (172,51,37). Sum of RGB (Red+Green+Blue) = 172+51+37=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3325 is #53CCDA. Grayscale: #555555. Windows color (decimal): -5491931 or 2438060. OLE color: 2438060.

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

Color convert

RGB 172 51 37 -
CMYK 0 0.70 0.78 0.33
HSL 6.22º 0.65% 0.41% -
HSV(B) 6.22º 0.78% 0.67% -
XYZ 18.53 11.27 2.95 -
YUV 85.58 100.59 189.64 -
System Red Green Blue C M Y K H S L
Decimal 172 51 37 0 0.70 0.78 0.33 6.22 0.65 0.41
Hex AC 33 25 0 46 4E 21 6 41 29
Octal 254 63 45 0 106 116 41 6 101 51
Binary 10101100 110011 100101 0 1000110 1001110 100001 110 1000001 101001

Color Harmonies of #AC3325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3325

Black with #AC3325

Text Example


Text Example

White with #AC3325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3325; }

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

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

background-color css

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

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

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

border-color css

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

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

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