Html Css Color HEX #AC3600 Rust

📋 copy color: '#AC3600'

red 172 ◦ green 54 ◦ blue 0

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

Shades of Rust #AC3600

Tints of Rust #AC3600

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.89%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.11%
G = 23.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC3600 (or 0xAC3600) is known color: Rust. HEX triplet: AC, 36 and 00. RGB value is (172,54,0). Sum of RGB (Red+Green+Blue) = 172+54+0=226 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.11% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3600 is #53C9FF. Grayscale: #535353. Windows color (decimal): -5491200 or 13996. OLE color: 13996.

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

Color convert

RGB 172 54 0 -
CMYK 0 0.69 1 0.33
HSL 18.84º 1% 0.34% -
HSV(B) 18.84º 1% 0.67% -
XYZ 18.33 11.41 1.24 -
YUV 83.13 81.09 191.39 -
System Red Green Blue C M Y K H S L
Decimal 172 54 0 0 0.69 1 0.33 18.84 1 0.34
Hex AC 36 0 0 45 64 21 13 64 22
Octal 254 66 0 0 105 144 41 23 144 42
Binary 10101100 110110 0 0 1000101 1100100 100001 10011 1100100 100010

Color Harmonies of #AC3600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3600

Black with #AC3600

Text Example


Text Example

White with #AC3600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3600; }

 p { color: rgb(172,54,0); }

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

background-color css

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

 a { background-color: rgb(172,54,0); }

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

border-color css

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

 span { border-color: rgb(172,54,0); }

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