Html Css Color HEX #AC351E Brown

📋 copy color: '#AC351E'

red 172 ◦ green 53 ◦ blue 30

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

Shades of Brown #AC351E

Tints of Brown #AC351E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.78%

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

R = 67.45%
G = 20.78%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC351E (or 0xAC351E) is known color: Brown. HEX triplet: AC, 35 and 1E. RGB value is (172,53,30). Sum of RGB (Red+Green+Blue) = 172+53+30=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC351E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC351E is #53CAE1. Grayscale: #565656. Windows color (decimal): -5491426 or 1979820. OLE color: 1979820.

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

Color convert

RGB 172 53 30 -
CMYK 0 0.69 0.83 0.33
HSL 9.72º 0.7% 0.4% -
HSV(B) 9.72º 0.83% 0.67% -
XYZ 18.52 11.41 2.45 -
YUV 85.96 96.42 189.37 -
System Red Green Blue C M Y K H S L
Decimal 172 53 30 0 0.69 0.83 0.33 9.72 0.7 0.4
Hex AC 35 1E 0 45 53 21 A 46 28
Octal 254 65 36 0 105 123 41 12 106 50
Binary 10101100 110101 11110 0 1000101 1010011 100001 1010 1000110 101000

Color Harmonies of #AC351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC351E

Black with #AC351E

Text Example


Text Example

White with #AC351E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC351E; }

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

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

background-color css

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

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

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

border-color css

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

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

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