Html Css Color HEX #AC3320 Brown

📋 copy color: '#AC3320'

red 172 ◦ green 51 ◦ blue 32

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

Shades of Brown #AC3320

Tints of Brown #AC3320

RGB

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

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

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

R = 67.45%
G = 20%
B = 12.55%

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

#AC3320 (or 0xAC3320) is known color: Brown. HEX triplet: AC, 33 and 20. RGB value is (172,51,32). Sum of RGB (Red+Green+Blue) = 172+51+32=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3320 is #53CCDF. Grayscale: #555555. Windows color (decimal): -5491936 or 2110380. OLE color: 2110380.

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

Color convert

RGB 172 51 32 -
CMYK 0 0.70 0.81 0.33
HSL 8.14º 0.69% 0.4% -
HSV(B) 8.14º 0.81% 0.67% -
XYZ 18.46 11.24 2.56 -
YUV 85.01 98.09 190.04 -
System Red Green Blue C M Y K H S L
Decimal 172 51 32 0 0.70 0.81 0.33 8.14 0.69 0.4
Hex AC 33 20 0 46 51 21 8 45 28
Octal 254 63 40 0 106 121 41 10 105 50
Binary 10101100 110011 100000 0 1000110 1010001 100001 1000 1000101 101000

Color Harmonies of #AC3320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3320

Black with #AC3320

Text Example


Text Example

White with #AC3320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3320; }

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

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

background-color css

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

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

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

border-color css

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

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

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