Html Css Color HEX #AE4600 Rust

📋 copy color: '#AE4600'

red 174 ◦ green 70 ◦ blue 0

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

Shades of Rust #AE4600

Tints of Rust #AE4600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.69%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.31%
G = 28.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AE4600 (or 0xAE4600) is known color: Rust. HEX triplet: AE, 46 and 00. RGB value is (174,70,0). Sum of RGB (Red+Green+Blue) = 174+70+0=244 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.31% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4600 is #51B9FF. Grayscale: #5D5D5D. Windows color (decimal): -5356032 or 18094. OLE color: 18094.

HSL color Cylindrical-coordinate representation of color #AE4600: hue angle of 24.14º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE4600 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 70 0 -
CMYK 0 0.60 1 0.32
HSL 24.14º 1% 0.34% -
HSV(B) 24.14º 1% 0.68% -
XYZ 19.65 13.38 1.55 -
YUV 93.12 75.46 185.69 -
System Red Green Blue C M Y K H S L
Decimal 174 70 0 0 0.60 1 0.32 24.14 1 0.34
Hex AE 46 0 0 3C 64 20 18 64 22
Octal 256 106 0 0 74 144 40 30 144 42
Binary 10101110 1000110 0 0 111100 1100100 100000 11000 1100100 100010

Color Harmonies of #AE4600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4600

Black with #AE4600

Text Example


Text Example

White with #AE4600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4600; }

 p { color: rgb(174,70,0); }

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

background-color css

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

 a { background-color: rgb(174,70,0); }

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

border-color css

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

 span { border-color: rgb(174,70,0); }

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