Html Css Color HEX #AC4011 Rust

📋 copy color: '#AC4011'

red 172 ◦ green 64 ◦ blue 17

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

Shades of Rust #AC4011

Tints of Rust #AC4011

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.3%

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

R = 67.98%
G = 25.3%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC4011 (or 0xAC4011) is known color: Rust. HEX triplet: AC, 40 and 11. RGB value is (172,64,17). Sum of RGB (Red+Green+Blue) = 172+64+17=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4011 is #53BFEE. Grayscale: #5B5B5B. Windows color (decimal): -5488623 or 1130668. OLE color: 1130668.

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

Color convert

RGB 172 64 17 -
CMYK 0 0.63 0.90 0.33
HSL 18.19º 0.82% 0.37% -
HSV(B) 18.19º 0.9% 0.67% -
XYZ 18.95 12.48 1.94 -
YUV 90.93 86.28 185.82 -
System Red Green Blue C M Y K H S L
Decimal 172 64 17 0 0.63 0.90 0.33 18.19 0.82 0.37
Hex AC 40 11 0 3F 5A 21 12 52 25
Octal 254 100 21 0 77 132 41 22 122 45
Binary 10101100 1000000 10001 0 111111 1011010 100001 10010 1010010 100101

Color Harmonies of #AC4011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4011

Black with #AC4011

Text Example


Text Example

White with #AC4011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4011; }

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

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

background-color css

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

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

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

border-color css

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

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

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