Html Css Color HEX #AC4500 Rust

📋 copy color: '#AC4500'

red 172 ◦ green 69 ◦ blue 0

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

Shades of Rust #AC4500

Tints of Rust #AC4500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.63%

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

R = 71.37%
G = 28.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC4500 (or 0xAC4500) is known color: Rust. HEX triplet: AC, 45 and 00. RGB value is (172,69,0). Sum of RGB (Red+Green+Blue) = 172+69+0=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4500 is #53BAFF. Grayscale: #5C5C5C. Windows color (decimal): -5487360 or 17836. OLE color: 17836.

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

Color convert

RGB 172 69 0 -
CMYK 0 0.60 1 0.33
HSL 24.07º 1% 0.34% -
HSV(B) 24.07º 1% 0.67% -
XYZ 19.14 13.03 1.51 -
YUV 91.93 76.12 185.11 -
System Red Green Blue C M Y K H S L
Decimal 172 69 0 0 0.60 1 0.33 24.07 1 0.34
Hex AC 45 0 0 3C 64 21 18 64 22
Octal 254 105 0 0 74 144 41 30 144 42
Binary 10101100 1000101 0 0 111100 1100100 100001 11000 1100100 100010

Color Harmonies of #AC4500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4500

Black with #AC4500

Text Example


Text Example

White with #AC4500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4500; }

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

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

background-color css

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

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

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

border-color css

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

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

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