Html Css Color HEX #AC4711 Rust

📋 copy color: '#AC4711'

red 172 ◦ green 71 ◦ blue 17

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

Shades of Rust #AC4711

Tints of Rust #AC4711

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.31%

 BLUE value IS 17 (7.03% from 255) = 6.54%

R = 66.15%
G = 27.31%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC4711 (or 0xAC4711) is known color: Rust. HEX triplet: AC, 47 and 11. RGB value is (172,71,17). Sum of RGB (Red+Green+Blue) = 172+71+17=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4711 is #53B8EE. Grayscale: #5F5F5F. Windows color (decimal): -5486831 or 1132460. OLE color: 1132460.

HSL color Cylindrical-coordinate representation of color #AC4711: hue angle of 20.9º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC4711 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 71 17 -
CMYK 0 0.59 0.90 0.33
HSL 20.9º 0.82% 0.37% -
HSV(B) 20.9º 0.9% 0.67% -
XYZ 19.37 13.32 2.08 -
YUV 95.04 83.96 182.89 -
System Red Green Blue C M Y K H S L
Decimal 172 71 17 0 0.59 0.90 0.33 20.9 0.82 0.37
Hex AC 47 11 0 3B 5A 21 15 52 25
Octal 254 107 21 0 73 132 41 25 122 45
Binary 10101100 1000111 10001 0 111011 1011010 100001 10101 1010010 100101

Color Harmonies of #AC4711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4711

Black with #AC4711

Text Example


Text Example

White with #AC4711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4711; }

 p { color: rgb(172,71,17); }

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

background-color css

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

 a { background-color: rgb(172,71,17); }

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

border-color css

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

 span { border-color: rgb(172,71,17); }

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