Html Css Color HEX #AC470C Rust

📋 copy color: '#AC470C'

red 172 ◦ green 71 ◦ blue 12

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

Shades of Rust #AC470C

Tints of Rust #AC470C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.71%

R = 67.45%
G = 27.84%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC470C (or 0xAC470C) is known color: Rust. HEX triplet: AC, 47 and 0C. RGB value is (172,71,12). Sum of RGB (Red+Green+Blue) = 172+71+12=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC470C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC470C is #53B8F3. Grayscale: #5E5E5E. Windows color (decimal): -5486836 or 804780. OLE color: 804780.

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

Color convert

RGB 172 71 12 -
CMYK 0 0.59 0.93 0.33
HSL 22.13º 0.87% 0.36% -
HSV(B) 22.13º 0.93% 0.67% -
XYZ 19.33 13.3 1.9 -
YUV 94.47 81.46 183.3 -
System Red Green Blue C M Y K H S L
Decimal 172 71 12 0 0.59 0.93 0.33 22.13 0.87 0.36
Hex AC 47 C 0 3B 5D 21 16 57 24
Octal 254 107 14 0 73 135 41 26 127 44
Binary 10101100 1000111 1100 0 111011 1011101 100001 10110 1010111 100100

Color Harmonies of #AC470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC470C

Black with #AC470C

Text Example


Text Example

White with #AC470C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC470C; }

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

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

background-color css

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

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

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

border-color css

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

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

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