Html Css Color HEX #AC470F Rust

📋 copy color: '#AC470F'

red 172 ◦ green 71 ◦ blue 15

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

Shades of Rust #AC470F

Tints of Rust #AC470F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.81%

R = 66.67%
G = 27.52%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC470F (or 0xAC470F) is known color: Rust. HEX triplet: AC, 47 and 0F. RGB value is (172,71,15). Sum of RGB (Red+Green+Blue) = 172+71+15=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC470F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC470F is #53B8F0. Grayscale: #5F5F5F. Windows color (decimal): -5486833 or 1001388. OLE color: 1001388.

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

Color convert

RGB 172 71 15 -
CMYK 0 0.59 0.91 0.33
HSL 21.4º 0.84% 0.37% -
HSV(B) 21.4º 0.91% 0.67% -
XYZ 19.35 13.31 2 -
YUV 94.82 82.96 183.05 -
System Red Green Blue C M Y K H S L
Decimal 172 71 15 0 0.59 0.91 0.33 21.4 0.84 0.37
Hex AC 47 F 0 3B 5B 21 15 54 25
Octal 254 107 17 0 73 133 41 25 124 45
Binary 10101100 1000111 1111 0 111011 1011011 100001 10101 1010100 100101

Color Harmonies of #AC470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC470F

Black with #AC470F

Text Example


Text Example

White with #AC470F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC470F; }

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

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

background-color css

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

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

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

border-color css

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

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

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