Html Css Color HEX #AC371F Brown

📋 copy color: '#AC371F'

red 172 ◦ green 55 ◦ blue 31

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

Shades of Brown #AC371F

Tints of Brown #AC371F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.32%

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

R = 66.67%
G = 21.32%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC371F (or 0xAC371F) is known color: Brown. HEX triplet: AC, 37 and 1F. RGB value is (172,55,31). Sum of RGB (Red+Green+Blue) = 172+55+31=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC371F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC371F is #53C8E0. Grayscale: #575757. Windows color (decimal): -5490913 or 2045868. OLE color: 2045868.

HSL color Cylindrical-coordinate representation of color #AC371F: hue angle of 10.21º 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 #AC371F is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 55 31 -
CMYK 0 0.68 0.82 0.33
HSL 10.21º 0.69% 0.4% -
HSV(B) 10.21º 0.82% 0.67% -
XYZ 18.63 11.6 2.55 -
YUV 87.25 96.26 188.45 -
System Red Green Blue C M Y K H S L
Decimal 172 55 31 0 0.68 0.82 0.33 10.21 0.69 0.4
Hex AC 37 1F 0 44 52 21 A 45 28
Octal 254 67 37 0 104 122 41 12 105 50
Binary 10101100 110111 11111 0 1000100 1010010 100001 1010 1000101 101000

Color Harmonies of #AC371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC371F

Black with #AC371F

Text Example


Text Example

White with #AC371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC371F; }

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

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

background-color css

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

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

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

border-color css

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

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

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