Html Css Color HEX #AC4F11 Rust

📋 copy color: '#AC4F11'

red 172 ◦ green 79 ◦ blue 17

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

Shades of Rust #AC4F11

Tints of Rust #AC4F11

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.48%

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

R = 64.18%
G = 29.48%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC4F11 (or 0xAC4F11) is known color: Rust. HEX triplet: AC, 4F and 11. RGB value is (172,79,17). Sum of RGB (Red+Green+Blue) = 172+79+17=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4F11 is #53B0EE. Grayscale: #646464. Windows color (decimal): -5484783 or 1134508. OLE color: 1134508.

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

Color convert

RGB 172 79 17 -
CMYK 0 0.54 0.90 0.33
HSL 24º 0.82% 0.37% -
HSV(B) 24º 0.9% 0.67% -
XYZ 19.91 14.4 2.26 -
YUV 99.74 81.31 179.54 -
System Red Green Blue C M Y K H S L
Decimal 172 79 17 0 0.54 0.90 0.33 24 0.82 0.37
Hex AC 4F 11 0 36 5A 21 18 52 25
Octal 254 117 21 0 66 132 41 30 122 45
Binary 10101100 1001111 10001 0 110110 1011010 100001 11000 1010010 100101

Color Harmonies of #AC4F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4F11

Black with #AC4F11

Text Example


Text Example

White with #AC4F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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