Html Css Color HEX #AC3420 Brown

📋 copy color: '#AC3420'

red 172 ◦ green 52 ◦ blue 32

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

Shades of Brown #AC3420

Tints of Brown #AC3420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.31%

 BLUE value IS 32 (12.89% from 255) = 12.5%

R = 67.19%
G = 20.31%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC3420 (or 0xAC3420) is known color: Brown. HEX triplet: AC, 34 and 20. RGB value is (172,52,32). Sum of RGB (Red+Green+Blue) = 172+52+32=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3420 is #53CBDF. Grayscale: #555555. Windows color (decimal): -5491680 or 2110636. OLE color: 2110636.

HSL color Cylindrical-coordinate representation of color #AC3420: hue angle of 8.57º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC3420 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 52 32 -
CMYK 0 0.70 0.81 0.33
HSL 8.57º 0.69% 0.4% -
HSV(B) 8.57º 0.81% 0.67% -
XYZ 18.5 11.33 2.58 -
YUV 85.6 97.76 189.63 -
System Red Green Blue C M Y K H S L
Decimal 172 52 32 0 0.70 0.81 0.33 8.57 0.69 0.4
Hex AC 34 20 0 46 51 21 9 45 28
Octal 254 64 40 0 106 121 41 11 105 50
Binary 10101100 110100 100000 0 1000110 1010001 100001 1001 1000101 101000

Color Harmonies of #AC3420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3420

Black with #AC3420

Text Example


Text Example

White with #AC3420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3420; }

 p { color: rgb(172,52,32); }

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

background-color css

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

 a { background-color: rgb(172,52,32); }

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

border-color css

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

 span { border-color: rgb(172,52,32); }

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