Html Css Color HEX #AC4111 Rust

📋 copy color: '#AC4111'

red 172 ◦ green 65 ◦ blue 17

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

Shades of Rust #AC4111

Tints of Rust #AC4111

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.59%

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

R = 67.72%
G = 25.59%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC4111 (or 0xAC4111) is known color: Rust. HEX triplet: AC, 41 and 11. RGB value is (172,65,17). Sum of RGB (Red+Green+Blue) = 172+65+17=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4111 is #53BEEE. Grayscale: #5B5B5B. Windows color (decimal): -5488367 or 1130924. OLE color: 1130924.

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

Color convert

RGB 172 65 17 -
CMYK 0 0.62 0.90 0.33
HSL 18.58º 0.82% 0.37% -
HSV(B) 18.58º 0.9% 0.67% -
XYZ 19 12.59 1.96 -
YUV 91.52 85.95 185.4 -
System Red Green Blue C M Y K H S L
Decimal 172 65 17 0 0.62 0.90 0.33 18.58 0.82 0.37
Hex AC 41 11 0 3E 5A 21 13 52 25
Octal 254 101 21 0 76 132 41 23 122 45
Binary 10101100 1000001 10001 0 111110 1011010 100001 10011 1010010 100101

Color Harmonies of #AC4111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4111

Black with #AC4111

Text Example


Text Example

White with #AC4111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4111; }

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

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

background-color css

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

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

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

border-color css

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

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

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