Html Css Color HEX #AE470C Rust

📋 copy color: '#AE470C'

red 174 ◦ green 71 ◦ blue 12

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

Shades of Rust #AE470C

Tints of Rust #AE470C

RGB

 RED value IS 174 (68.36% from 255) = 67.7%

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

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

R = 67.7%
G = 27.63%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE470C (or 0xAE470C) is known color: Rust. HEX triplet: AE, 47 and 0C. RGB value is (174,71,12). Sum of RGB (Red+Green+Blue) = 174+71+12=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE470C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE470C is #51B8F3. Grayscale: #5F5F5F. Windows color (decimal): -5355764 or 804782. OLE color: 804782.

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

Color convert

RGB 174 71 12 -
CMYK 0 0.59 0.93 0.32
HSL 21.85º 0.87% 0.36% -
HSV(B) 21.85º 0.93% 0.68% -
XYZ 19.78 13.53 1.92 -
YUV 95.07 81.12 184.3 -
System Red Green Blue C M Y K H S L
Decimal 174 71 12 0 0.59 0.93 0.32 21.85 0.87 0.36
Hex AE 47 C 0 3B 5D 20 16 57 24
Octal 256 107 14 0 73 135 40 26 127 44
Binary 10101110 1000111 1100 0 111011 1011101 100000 10110 1010111 100100

Color Harmonies of #AE470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE470C

Black with #AE470C

Text Example


Text Example

White with #AE470C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE470C; }

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

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

background-color css

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

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

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

border-color css

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

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

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