Html Css Color HEX #AC5400 Rust

📋 copy color: '#AC5400'

red 172 ◦ green 84 ◦ blue 0

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

Shades of Rust #AC5400

Tints of Rust #AC5400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.81%

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

R = 67.19%
G = 32.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC5400 (or 0xAC5400) is known color: Rust. HEX triplet: AC, 54 and 00. RGB value is (172,84,0). Sum of RGB (Red+Green+Blue) = 172+84+0=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5400 is #53ABFF. Grayscale: #656565. Windows color (decimal): -5483520 or 21676. OLE color: 21676.

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

Color convert

RGB 172 84 0 -
CMYK 0 0.51 1 0.33
HSL 29.3º 1% 0.34% -
HSV(B) 29.3º 1% 0.67% -
XYZ 20.18 15.11 1.85 -
YUV 100.74 71.15 178.83 -
System Red Green Blue C M Y K H S L
Decimal 172 84 0 0 0.51 1 0.33 29.3 1 0.34
Hex AC 54 0 0 33 64 21 1D 64 22
Octal 254 124 0 0 63 144 41 35 144 42
Binary 10101100 1010100 0 0 110011 1100100 100001 11101 1100100 100010

Color Harmonies of #AC5400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5400

Black with #AC5400

Text Example


Text Example

White with #AC5400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5400; }

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

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

background-color css

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

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

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

border-color css

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

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

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