Html Css Color HEX #AC3526 Brown

📋 copy color: '#AC3526'

red 172 ◦ green 53 ◦ blue 38

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

Shades of Brown #AC3526

Tints of Brown #AC3526

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.15%

 BLUE value IS 38 (15.23% from 255) = 14.45%

R = 65.4%
G = 20.15%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC3526 (or 0xAC3526) is known color: Brown. HEX triplet: AC, 35 and 26. RGB value is (172,53,38). Sum of RGB (Red+Green+Blue) = 172+53+38=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3526 is #53CAD9. Grayscale: #575757. Windows color (decimal): -5491418 or 2504108. OLE color: 2504108.

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

Color convert

RGB 172 53 38 -
CMYK 0 0.69 0.78 0.33
HSL 6.72º 0.64% 0.41% -
HSV(B) 6.72º 0.78% 0.67% -
XYZ 18.64 11.46 3.06 -
YUV 86.87 100.42 188.72 -
System Red Green Blue C M Y K H S L
Decimal 172 53 38 0 0.69 0.78 0.33 6.72 0.64 0.41
Hex AC 35 26 0 45 4E 21 7 40 29
Octal 254 65 46 0 105 116 41 7 100 51
Binary 10101100 110101 100110 0 1000101 1001110 100001 111 1000000 101001

Color Harmonies of #AC3526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3526

Black with #AC3526

Text Example


Text Example

White with #AC3526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3526; }

 p { color: rgb(172,53,38); }

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

background-color css

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

 a { background-color: rgb(172,53,38); }

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

border-color css

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

 span { border-color: rgb(172,53,38); }

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