Html Css Color HEX #AC3628 Brown

📋 copy color: '#AC3628'

red 172 ◦ green 54 ◦ blue 40

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

Shades of Brown #AC3628

Tints of Brown #AC3628

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.3%

 BLUE value IS 40 (16.02% from 255) = 15.04%

R = 64.66%
G = 20.3%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC3628 (or 0xAC3628) is known color: Brown. HEX triplet: AC, 36 and 28. RGB value is (172,54,40). Sum of RGB (Red+Green+Blue) = 172+54+40=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3628 is #53C9D7. Grayscale: #575757. Windows color (decimal): -5491160 or 2635436. OLE color: 2635436.

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

Color convert

RGB 172 54 40 -
CMYK 0 0.69 0.77 0.33
HSL 6.36º 0.62% 0.42% -
HSV(B) 6.36º 0.77% 0.67% -
XYZ 18.72 11.56 3.25 -
YUV 87.69 101.09 188.14 -
System Red Green Blue C M Y K H S L
Decimal 172 54 40 0 0.69 0.77 0.33 6.36 0.62 0.42
Hex AC 36 28 0 45 4D 21 6 3E 2A
Octal 254 66 50 0 105 115 41 6 76 52
Binary 10101100 110110 101000 0 1000101 1001101 100001 110 111110 101010

Color Harmonies of #AC3628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3628

Black with #AC3628

Text Example


Text Example

White with #AC3628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3628; }

 p { color: rgb(172,54,40); }

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

background-color css

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

 a { background-color: rgb(172,54,40); }

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

border-color css

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

 span { border-color: rgb(172,54,40); }

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