Html Css Color HEX #AC301E Brown

📋 copy color: '#AC301E'

red 172 ◦ green 48 ◦ blue 30

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

Shades of Brown #AC301E

Tints of Brown #AC301E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.2%

 BLUE value IS 30 (12.11% from 255) = 12%

R = 68.8%
G = 19.2%
B = 12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC301E (or 0xAC301E) is known color: Brown. HEX triplet: AC, 30 and 1E. RGB value is (172,48,30). Sum of RGB (Red+Green+Blue) = 172+48+30=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC301E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC301E is #53CFE1. Grayscale: #535353. Windows color (decimal): -5492706 or 1978540. OLE color: 1978540.

HSL color Cylindrical-coordinate representation of color #AC301E: hue angle of 7.61º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC301E is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 48 30 -
CMYK 0 0.72 0.83 0.33
HSL 7.61º 0.7% 0.4% -
HSV(B) 7.61º 0.83% 0.67% -
XYZ 18.3 10.98 2.38 -
YUV 83.02 98.08 191.46 -
System Red Green Blue C M Y K H S L
Decimal 172 48 30 0 0.72 0.83 0.33 7.61 0.7 0.4
Hex AC 30 1E 0 48 53 21 8 46 28
Octal 254 60 36 0 110 123 41 10 106 50
Binary 10101100 110000 11110 0 1001000 1010011 100001 1000 1000110 101000

Color Harmonies of #AC301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC301E

Black with #AC301E

Text Example


Text Example

White with #AC301E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC301E; }

 p { color: rgb(172,48,30); }

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

background-color css

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

 a { background-color: rgb(172,48,30); }

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

border-color css

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

 span { border-color: rgb(172,48,30); }

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