Html Css Color HEX #AC4A11 Rust

📋 copy color: '#AC4A11'

red 172 ◦ green 74 ◦ blue 17

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

Shades of Rust #AC4A11

Tints of Rust #AC4A11

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.14%

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

R = 65.4%
G = 28.14%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC4A11 (or 0xAC4A11) is known color: Rust. HEX triplet: AC, 4A and 11. RGB value is (172,74,17). Sum of RGB (Red+Green+Blue) = 172+74+17=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4A11 is #53B5EE. Grayscale: #616161. Windows color (decimal): -5486063 or 1133228. OLE color: 1133228.

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

Color convert

RGB 172 74 17 -
CMYK 0 0.57 0.90 0.33
HSL 22.06º 0.82% 0.37% -
HSV(B) 22.06º 0.9% 0.67% -
XYZ 19.56 13.71 2.15 -
YUV 96.8 82.97 181.63 -
System Red Green Blue C M Y K H S L
Decimal 172 74 17 0 0.57 0.90 0.33 22.06 0.82 0.37
Hex AC 4A 11 0 39 5A 21 16 52 25
Octal 254 112 21 0 71 132 41 26 122 45
Binary 10101100 1001010 10001 0 111001 1011010 100001 10110 1010010 100101

Color Harmonies of #AC4A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4A11

Black with #AC4A11

Text Example


Text Example

White with #AC4A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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