Html Css Color HEX #AC4118 Rust

📋 copy color: '#AC4118'

red 172 ◦ green 65 ◦ blue 24

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

Shades of Rust #AC4118

Tints of Rust #AC4118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.9%

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

R = 65.9%
G = 24.9%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC4118 (or 0xAC4118) is known color: Rust. HEX triplet: AC, 41 and 18. RGB value is (172,65,24). Sum of RGB (Red+Green+Blue) = 172+65+24=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4118 is #53BEE7. Grayscale: #5C5C5C. Windows color (decimal): -5488360 or 1589676. OLE color: 1589676.

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

Color convert

RGB 172 65 24 -
CMYK 0 0.62 0.86 0.33
HSL 16.62º 0.76% 0.38% -
HSV(B) 16.62º 0.86% 0.67% -
XYZ 19.07 12.62 2.29 -
YUV 92.32 89.45 184.83 -
System Red Green Blue C M Y K H S L
Decimal 172 65 24 0 0.62 0.86 0.33 16.62 0.76 0.38
Hex AC 41 18 0 3E 56 21 11 4C 26
Octal 254 101 30 0 76 126 41 21 114 46
Binary 10101100 1000001 11000 0 111110 1010110 100001 10001 1001100 100110

Color Harmonies of #AC4118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4118

Black with #AC4118

Text Example


Text Example

White with #AC4118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4118; }

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

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

background-color css

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

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

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

border-color css

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

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

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