Html Css Color HEX #AC4917 Rust

📋 copy color: '#AC4917'

red 172 ◦ green 73 ◦ blue 23

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

Shades of Rust #AC4917

Tints of Rust #AC4917

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.24%

 BLUE value IS 23 (9.38% from 255) = 8.58%

R = 64.18%
G = 27.24%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC4917 (or 0xAC4917) is known color: Rust. HEX triplet: AC, 49 and 17. RGB value is (172,73,23). Sum of RGB (Red+Green+Blue) = 172+73+23=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4917 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4917 is #53B6E8. Grayscale: #616161. Windows color (decimal): -5486313 or 1526188. OLE color: 1526188.

HSL color Cylindrical-coordinate representation of color #AC4917: hue angle of 20.13º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC4917 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 73 23 -
CMYK 0 0.58 0.87 0.33
HSL 20.13º 0.76% 0.38% -
HSV(B) 20.13º 0.87% 0.67% -
XYZ 19.55 13.6 2.4 -
YUV 96.9 86.3 181.57 -
System Red Green Blue C M Y K H S L
Decimal 172 73 23 0 0.58 0.87 0.33 20.13 0.76 0.38
Hex AC 49 17 0 3A 57 21 14 4C 26
Octal 254 111 27 0 72 127 41 24 114 46
Binary 10101100 1001001 10111 0 111010 1010111 100001 10100 1001100 100110

Color Harmonies of #AC4917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4917

Black with #AC4917

Text Example


Text Example

White with #AC4917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4917; }

 p { color: rgb(172,73,23); }

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

background-color css

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

 a { background-color: rgb(172,73,23); }

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

border-color css

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

 span { border-color: rgb(172,73,23); }

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