Html Css Color HEX #AC4C11 Rust

📋 copy color: '#AC4C11'

red 172 ◦ green 76 ◦ blue 17

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

Shades of Rust #AC4C11

Tints of Rust #AC4C11

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.68%

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

R = 64.91%
G = 28.68%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC4C11 (or 0xAC4C11) is known color: Rust. HEX triplet: AC, 4C and 11. RGB value is (172,76,17). Sum of RGB (Red+Green+Blue) = 172+76+17=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4C11 is #53B3EE. Grayscale: #626262. Windows color (decimal): -5485551 or 1133740. OLE color: 1133740.

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

Color convert

RGB 172 76 17 -
CMYK 0 0.56 0.90 0.33
HSL 22.84º 0.82% 0.37% -
HSV(B) 22.84º 0.9% 0.67% -
XYZ 19.7 13.98 2.19 -
YUV 97.98 82.3 180.8 -
System Red Green Blue C M Y K H S L
Decimal 172 76 17 0 0.56 0.90 0.33 22.84 0.82 0.37
Hex AC 4C 11 0 38 5A 21 17 52 25
Octal 254 114 21 0 70 132 41 27 122 45
Binary 10101100 1001100 10001 0 111000 1011010 100001 10111 1010010 100101

Color Harmonies of #AC4C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C11

Black with #AC4C11

Text Example


Text Example

White with #AC4C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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