Html Css Color HEX #AC3626 Brown

📋 copy color: '#AC3626'

red 172 ◦ green 54 ◦ blue 38

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

Shades of Brown #AC3626

Tints of Brown #AC3626

RGB

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

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

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

R = 65.15%
G = 20.45%
B = 14.39%

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

#AC3626 (or 0xAC3626) is known color: Brown. HEX triplet: AC, 36 and 26. RGB value is (172,54,38). Sum of RGB (Red+Green+Blue) = 172+54+38=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3626 is #53C9D9. Grayscale: #575757. Windows color (decimal): -5491162 or 2504364. OLE color: 2504364.

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

Color convert

RGB 172 54 38 -
CMYK 0 0.69 0.78 0.33
HSL 7.16º 0.64% 0.41% -
HSV(B) 7.16º 0.78% 0.67% -
XYZ 18.68 11.55 3.08 -
YUV 87.46 100.09 188.3 -
System Red Green Blue C M Y K H S L
Decimal 172 54 38 0 0.69 0.78 0.33 7.16 0.64 0.41
Hex AC 36 26 0 45 4E 21 7 40 29
Octal 254 66 46 0 105 116 41 7 100 51
Binary 10101100 110110 100110 0 1000101 1001110 100001 111 1000000 101001

Color Harmonies of #AC3626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3626

Black with #AC3626

Text Example


Text Example

White with #AC3626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3626; }

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

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

background-color css

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

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

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

border-color css

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

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

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