Html Css Color HEX #AC3426 Brown

📋 copy color: '#AC3426'

red 172 ◦ green 52 ◦ blue 38

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

Shades of Brown #AC3426

Tints of Brown #AC3426

RGB

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

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

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

R = 65.65%
G = 19.85%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC3426 (or 0xAC3426) is known color: Brown. HEX triplet: AC, 34 and 26. RGB value is (172,52,38). Sum of RGB (Red+Green+Blue) = 172+52+38=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3426 is #53CBD9. Grayscale: #565656. Windows color (decimal): -5491674 or 2503852. OLE color: 2503852.

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

Color convert

RGB 172 52 38 -
CMYK 0 0.70 0.78 0.33
HSL 6.27º 0.64% 0.41% -
HSV(B) 6.27º 0.78% 0.67% -
XYZ 18.59 11.37 3.05 -
YUV 86.28 100.76 189.14 -
System Red Green Blue C M Y K H S L
Decimal 172 52 38 0 0.70 0.78 0.33 6.27 0.64 0.41
Hex AC 34 26 0 46 4E 21 6 40 29
Octal 254 64 46 0 106 116 41 6 100 51
Binary 10101100 110100 100110 0 1000110 1001110 100001 110 1000000 101001

Color Harmonies of #AC3426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3426

Black with #AC3426

Text Example


Text Example

White with #AC3426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3426; }

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

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

background-color css

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

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

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

border-color css

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

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

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