Html Css Color HEX #AE440A Rust

📋 copy color: '#AE440A'

red 174 ◦ green 68 ◦ blue 10

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

Shades of Rust #AE440A

Tints of Rust #AE440A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.98%

 BLUE value IS 10 (4.3% from 255) = 3.97%

R = 69.05%
G = 26.98%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE440A (or 0xAE440A) is known color: Rust. HEX triplet: AE, 44 and 0A. RGB value is (174,68,10). Sum of RGB (Red+Green+Blue) = 174+68+10=252 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.05% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 174 - color contains mainly: red. Hex color #AE440A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE440A is #51BBF5. Grayscale: #5D5D5D. Windows color (decimal): -5356534 or 672942. OLE color: 672942.

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

Color convert

RGB 174 68 10 -
CMYK 0 0.61 0.94 0.32
HSL 21.22º 0.89% 0.36% -
HSV(B) 21.22º 0.94% 0.68% -
XYZ 19.58 13.15 1.79 -
YUV 93.08 81.12 185.72 -
System Red Green Blue C M Y K H S L
Decimal 174 68 10 0 0.61 0.94 0.32 21.22 0.89 0.36
Hex AE 44 A 0 3D 5E 20 15 59 24
Octal 256 104 12 0 75 136 40 25 131 44
Binary 10101110 1000100 1010 0 111101 1011110 100000 10101 1011001 100100

Color Harmonies of #AE440A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE440A

Black with #AE440A

Text Example


Text Example

White with #AE440A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE440A; }

 p { color: rgb(174,68,10); }

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

background-color css

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

 a { background-color: rgb(174,68,10); }

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

border-color css

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

 span { border-color: rgb(174,68,10); }

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