Html Css Color HEX #AC4918 Rust

📋 copy color: '#AC4918'

red 172 ◦ green 73 ◦ blue 24

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

Shades of Rust #AC4918

Tints of Rust #AC4918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.92%

R = 63.94%
G = 27.14%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC4918 (or 0xAC4918) is known color: Rust. HEX triplet: AC, 49 and 18. RGB value is (172,73,24). Sum of RGB (Red+Green+Blue) = 172+73+24=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 24 (9.77% from 255 or 8.92% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4918 is #53B6E7. Grayscale: #616161. Windows color (decimal): -5486312 or 1591724. OLE color: 1591724.

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

Color convert

RGB 172 73 24 -
CMYK 0 0.58 0.86 0.33
HSL 19.86º 0.76% 0.38% -
HSV(B) 19.86º 0.86% 0.67% -
XYZ 19.56 13.6 2.46 -
YUV 97.02 86.8 181.48 -
System Red Green Blue C M Y K H S L
Decimal 172 73 24 0 0.58 0.86 0.33 19.86 0.76 0.38
Hex AC 49 18 0 3A 56 21 14 4C 26
Octal 254 111 30 0 72 126 41 24 114 46
Binary 10101100 1001001 11000 0 111010 1010110 100001 10100 1001100 100110

Color Harmonies of #AC4918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4918

Black with #AC4918

Text Example


Text Example

White with #AC4918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4918; }

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

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

background-color css

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

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

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

border-color css

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

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

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