Html Css Color HEX #AC301F Brown

📋 copy color: '#AC301F'

red 172 ◦ green 48 ◦ blue 31

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

Shades of Brown #AC301F

Tints of Brown #AC301F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.35%

R = 68.53%
G = 19.12%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC301F (or 0xAC301F) is known color: Brown. HEX triplet: AC, 30 and 1F. RGB value is (172,48,31). Sum of RGB (Red+Green+Blue) = 172+48+31=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC301F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC301F is #53CFE0. Grayscale: #535353. Windows color (decimal): -5492705 or 2044076. OLE color: 2044076.

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

Color convert

RGB 172 48 31 -
CMYK 0 0.72 0.82 0.33
HSL 7.23º 0.69% 0.4% -
HSV(B) 7.23º 0.82% 0.67% -
XYZ 18.32 10.98 2.45 -
YUV 83.14 98.58 191.38 -
System Red Green Blue C M Y K H S L
Decimal 172 48 31 0 0.72 0.82 0.33 7.23 0.69 0.4
Hex AC 30 1F 0 48 52 21 7 45 28
Octal 254 60 37 0 110 122 41 7 105 50
Binary 10101100 110000 11111 0 1001000 1010010 100001 111 1000101 101000

Color Harmonies of #AC301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC301F

Black with #AC301F

Text Example


Text Example

White with #AC301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC301F; }

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

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

background-color css

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

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

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

border-color css

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

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

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