Html Css Color HEX #AC470D Rust

📋 copy color: '#AC470D'

red 172 ◦ green 71 ◦ blue 13

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

Shades of Rust #AC470D

Tints of Rust #AC470D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.08%

R = 67.19%
G = 27.73%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC470D (or 0xAC470D) is known color: Rust. HEX triplet: AC, 47 and 0D. RGB value is (172,71,13). Sum of RGB (Red+Green+Blue) = 172+71+13=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC470D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC470D is #53B8F2. Grayscale: #5E5E5E. Windows color (decimal): -5486835 or 870316. OLE color: 870316.

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

Color convert

RGB 172 71 13 -
CMYK 0 0.59 0.92 0.33
HSL 21.89º 0.86% 0.36% -
HSV(B) 21.89º 0.92% 0.67% -
XYZ 19.34 13.31 1.93 -
YUV 94.59 81.96 183.22 -
System Red Green Blue C M Y K H S L
Decimal 172 71 13 0 0.59 0.92 0.33 21.89 0.86 0.36
Hex AC 47 D 0 3B 5C 21 16 56 24
Octal 254 107 15 0 73 134 41 26 126 44
Binary 10101100 1000111 1101 0 111011 1011100 100001 10110 1010110 100100

Color Harmonies of #AC470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC470D

Black with #AC470D

Text Example


Text Example

White with #AC470D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC470D; }

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

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

background-color css

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

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

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

border-color css

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

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

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