Html Css Color HEX #AC4018 Rust

📋 copy color: '#AC4018'

red 172 ◦ green 64 ◦ blue 24

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

Shades of Rust #AC4018

Tints of Rust #AC4018

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.62%

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

R = 66.15%
G = 24.62%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC4018 (or 0xAC4018) is known color: Rust. HEX triplet: AC, 40 and 18. RGB value is (172,64,24). Sum of RGB (Red+Green+Blue) = 172+64+24=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4018 is #53BFE7. Grayscale: #5C5C5C. Windows color (decimal): -5488616 or 1589420. OLE color: 1589420.

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

Color convert

RGB 172 64 24 -
CMYK 0 0.63 0.86 0.33
HSL 16.22º 0.76% 0.38% -
HSV(B) 16.22º 0.86% 0.67% -
XYZ 19.01 12.5 2.28 -
YUV 91.73 89.78 185.25 -
System Red Green Blue C M Y K H S L
Decimal 172 64 24 0 0.63 0.86 0.33 16.22 0.76 0.38
Hex AC 40 18 0 3F 56 21 10 4C 26
Octal 254 100 30 0 77 126 41 20 114 46
Binary 10101100 1000000 11000 0 111111 1010110 100001 10000 1001100 100110

Color Harmonies of #AC4018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4018

Black with #AC4018

Text Example


Text Example

White with #AC4018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4018; }

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

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

background-color css

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

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

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

border-color css

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

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

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