Html Css Color HEX #AC342A Brown

📋 copy color: '#AC342A'

red 172 ◦ green 52 ◦ blue 42

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

Shades of Brown #AC342A

Tints of Brown #AC342A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.79%

R = 64.66%
G = 19.55%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC342A (or 0xAC342A) is known color: Brown. HEX triplet: AC, 34 and 2A. RGB value is (172,52,42). Sum of RGB (Red+Green+Blue) = 172+52+42=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC342A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC342A is #53CBD5. Grayscale: #565656. Windows color (decimal): -5491670 or 2765996. OLE color: 2765996.

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

Color convert

RGB 172 52 42 -
CMYK 0 0.70 0.76 0.33
HSL 4.62º 0.61% 0.42% -
HSV(B) 4.62º 0.76% 0.67% -
XYZ 18.66 11.39 3.41 -
YUV 86.74 102.76 188.81 -
System Red Green Blue C M Y K H S L
Decimal 172 52 42 0 0.70 0.76 0.33 4.62 0.61 0.42
Hex AC 34 2A 0 46 4C 21 5 3D 2A
Octal 254 64 52 0 106 114 41 5 75 52
Binary 10101100 110100 101010 0 1000110 1001100 100001 101 111101 101010

Color Harmonies of #AC342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC342A

Black with #AC342A

Text Example


Text Example

White with #AC342A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC342A; }

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

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

background-color css

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

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

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

border-color css

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

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

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