Html Css Color HEX #AC342D Brown

📋 copy color: '#AC342D'

red 172 ◦ green 52 ◦ blue 45

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

Shades of Brown #AC342D

Tints of Brown #AC342D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.73%

R = 63.94%
G = 19.33%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC342D (or 0xAC342D) is known color: Brown. HEX triplet: AC, 34 and 2D. RGB value is (172,52,45). Sum of RGB (Red+Green+Blue) = 172+52+45=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC342D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC342D is #53CBD2. Grayscale: #575757. Windows color (decimal): -5491667 or 2962604. OLE color: 2962604.

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

Color convert

RGB 172 52 45 -
CMYK 0 0.70 0.74 0.33
HSL 3.31º 0.59% 0.43% -
HSV(B) 3.31º 0.74% 0.67% -
XYZ 18.71 11.42 3.7 -
YUV 87.08 104.26 188.57 -
System Red Green Blue C M Y K H S L
Decimal 172 52 45 0 0.70 0.74 0.33 3.31 0.59 0.43
Hex AC 34 2D 0 46 4A 21 3 3B 2B
Octal 254 64 55 0 106 112 41 3 73 53
Binary 10101100 110100 101101 0 1000110 1001010 100001 11 111011 101011

Color Harmonies of #AC342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC342D

Black with #AC342D

Text Example


Text Example

White with #AC342D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC342D; }

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

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

background-color css

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

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

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

border-color css

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

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

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