Html Css Color HEX #AC4A18 Rust

📋 copy color: '#AC4A18'

red 172 ◦ green 74 ◦ blue 24

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

Shades of Rust #AC4A18

Tints of Rust #AC4A18

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.41%

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

R = 63.7%
G = 27.41%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC4A18 (or 0xAC4A18) is known color: Rust. HEX triplet: AC, 4A and 18. RGB value is (172,74,24). Sum of RGB (Red+Green+Blue) = 172+74+24=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 24 (9.77% from 255 or 8.89% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4A18 is #53B5E7. Grayscale: #616161. Windows color (decimal): -5486056 or 1591980. OLE color: 1591980.

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

Color convert

RGB 172 74 24 -
CMYK 0 0.57 0.86 0.33
HSL 20.27º 0.76% 0.38% -
HSV(B) 20.27º 0.86% 0.67% -
XYZ 19.63 13.73 2.48 -
YUV 97.6 86.47 181.07 -
System Red Green Blue C M Y K H S L
Decimal 172 74 24 0 0.57 0.86 0.33 20.27 0.76 0.38
Hex AC 4A 18 0 39 56 21 14 4C 26
Octal 254 112 30 0 71 126 41 24 114 46
Binary 10101100 1001010 11000 0 111001 1010110 100001 10100 1001100 100110

Color Harmonies of #AC4A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4A18

Black with #AC4A18

Text Example


Text Example

White with #AC4A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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