Html Css Color HEX #AC4411 Rust

📋 copy color: '#AC4411'

red 172 ◦ green 68 ◦ blue 17

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

Shades of Rust #AC4411

Tints of Rust #AC4411

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.46%

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

R = 66.93%
G = 26.46%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC4411 (or 0xAC4411) is known color: Rust. HEX triplet: AC, 44 and 11. RGB value is (172,68,17). Sum of RGB (Red+Green+Blue) = 172+68+17=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4411 is #53BBEE. Grayscale: #5D5D5D. Windows color (decimal): -5487599 or 1131692. OLE color: 1131692.

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

Color convert

RGB 172 68 17 -
CMYK 0 0.60 0.90 0.33
HSL 19.74º 0.82% 0.37% -
HSV(B) 19.74º 0.9% 0.67% -
XYZ 19.18 12.95 2.02 -
YUV 93.28 84.96 184.15 -
System Red Green Blue C M Y K H S L
Decimal 172 68 17 0 0.60 0.90 0.33 19.74 0.82 0.37
Hex AC 44 11 0 3C 5A 21 14 52 25
Octal 254 104 21 0 74 132 41 24 122 45
Binary 10101100 1000100 10001 0 111100 1011010 100001 10100 1010010 100101

Color Harmonies of #AC4411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4411

Black with #AC4411

Text Example


Text Example

White with #AC4411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4411; }

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

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

background-color css

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

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

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

border-color css

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

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

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