Html Css Color HEX #AC321E Brown

📋 copy color: '#AC321E'

red 172 ◦ green 50 ◦ blue 30

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

Shades of Brown #AC321E

Tints of Brown #AC321E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.84%

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

R = 68.25%
G = 19.84%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC321E (or 0xAC321E) is known color: Brown. HEX triplet: AC, 32 and 1E. RGB value is (172,50,30). Sum of RGB (Red+Green+Blue) = 172+50+30=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC321E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC321E is #53CDE1. Grayscale: #545454. Windows color (decimal): -5492194 or 1979052. OLE color: 1979052.

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

Color convert

RGB 172 50 30 -
CMYK 0 0.71 0.83 0.33
HSL 8.45º 0.7% 0.4% -
HSV(B) 8.45º 0.83% 0.67% -
XYZ 18.39 11.15 2.41 -
YUV 84.2 97.42 190.63 -
System Red Green Blue C M Y K H S L
Decimal 172 50 30 0 0.71 0.83 0.33 8.45 0.7 0.4
Hex AC 32 1E 0 47 53 21 8 46 28
Octal 254 62 36 0 107 123 41 10 106 50
Binary 10101100 110010 11110 0 1000111 1010011 100001 1000 1000110 101000

Color Harmonies of #AC321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC321E

Black with #AC321E

Text Example


Text Example

White with #AC321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC321E; }

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

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

background-color css

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

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

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

border-color css

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

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

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