Html Css Color HEX #AC4718 Rust

📋 copy color: '#AC4718'

red 172 ◦ green 71 ◦ blue 24

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

Shades of Rust #AC4718

Tints of Rust #AC4718

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.59%

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

R = 64.42%
G = 26.59%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC4718 (or 0xAC4718) is known color: Rust. HEX triplet: AC, 47 and 18. RGB value is (172,71,24). Sum of RGB (Red+Green+Blue) = 172+71+24=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4718 is #53B8E7. Grayscale: #606060. Windows color (decimal): -5486824 or 1591212. OLE color: 1591212.

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

Color convert

RGB 172 71 24 -
CMYK 0 0.59 0.86 0.33
HSL 19.05º 0.76% 0.38% -
HSV(B) 19.05º 0.86% 0.67% -
XYZ 19.43 13.34 2.42 -
YUV 95.84 87.46 182.32 -
System Red Green Blue C M Y K H S L
Decimal 172 71 24 0 0.59 0.86 0.33 19.05 0.76 0.38
Hex AC 47 18 0 3B 56 21 13 4C 26
Octal 254 107 30 0 73 126 41 23 114 46
Binary 10101100 1000111 11000 0 111011 1010110 100001 10011 1001100 100110

Color Harmonies of #AC4718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4718

Black with #AC4718

Text Example


Text Example

White with #AC4718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4718; }

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

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

background-color css

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

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

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

border-color css

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

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

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