Html Css Color HEX #AC331F Brown

📋 copy color: '#AC331F'

red 172 ◦ green 51 ◦ blue 31

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

Shades of Brown #AC331F

Tints of Brown #AC331F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.08%

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

R = 67.72%
G = 20.08%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC331F (or 0xAC331F) is known color: Brown. HEX triplet: AC, 33 and 1F. RGB value is (172,51,31). Sum of RGB (Red+Green+Blue) = 172+51+31=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC331F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC331F is #53CCE0. Grayscale: #555555. Windows color (decimal): -5491937 or 2044844. OLE color: 2044844.

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

Color convert

RGB 172 51 31 -
CMYK 0 0.70 0.82 0.33
HSL 8.51º 0.69% 0.4% -
HSV(B) 8.51º 0.82% 0.67% -
XYZ 18.44 11.24 2.49 -
YUV 84.9 97.59 190.13 -
System Red Green Blue C M Y K H S L
Decimal 172 51 31 0 0.70 0.82 0.33 8.51 0.69 0.4
Hex AC 33 1F 0 46 52 21 9 45 28
Octal 254 63 37 0 106 122 41 11 105 50
Binary 10101100 110011 11111 0 1000110 1010010 100001 1001 1000101 101000

Color Harmonies of #AC331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC331F

Black with #AC331F

Text Example


Text Example

White with #AC331F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC331F; }

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

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

background-color css

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

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

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

border-color css

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

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

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