Html Css Color HEX #AC3123 Brown

📋 copy color: '#AC3123'

red 172 ◦ green 49 ◦ blue 35

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

Shades of Brown #AC3123

Tints of Brown #AC3123

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.14%

 BLUE value IS 35 (14.06% from 255) = 13.67%

R = 67.19%
G = 19.14%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC3123 (or 0xAC3123) is known color: Brown. HEX triplet: AC, 31 and 23. RGB value is (172,49,35). Sum of RGB (Red+Green+Blue) = 172+49+35=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3123 is #53CEDC. Grayscale: #545454. Windows color (decimal): -5492445 or 2306476. OLE color: 2306476.

HSL color Cylindrical-coordinate representation of color #AC3123: hue angle of 6.13º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC3123 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 49 35 -
CMYK 0 0.72 0.80 0.33
HSL 6.13º 0.66% 0.41% -
HSV(B) 6.13º 0.8% 0.67% -
XYZ 18.41 11.09 2.76 -
YUV 84.18 100.25 190.64 -
System Red Green Blue C M Y K H S L
Decimal 172 49 35 0 0.72 0.80 0.33 6.13 0.66 0.41
Hex AC 31 23 0 48 50 21 6 42 29
Octal 254 61 43 0 110 120 41 6 102 51
Binary 10101100 110001 100011 0 1001000 1010000 100001 110 1000010 101001

Color Harmonies of #AC3123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3123

Black with #AC3123

Text Example


Text Example

White with #AC3123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3123; }

 p { color: rgb(172,49,35); }

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

background-color css

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

 a { background-color: rgb(172,49,35); }

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

border-color css

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

 span { border-color: rgb(172,49,35); }

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