Html Css Color HEX #AE4A18 Rust

📋 copy color: '#AE4A18'

red 174 ◦ green 74 ◦ blue 24

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

Shades of Rust #AE4A18

Tints of Rust #AE4A18

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.21%

 BLUE value IS 24 (9.77% from 255) = 8.82%

R = 63.97%
G = 27.21%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE4A18 (or 0xAE4A18) is known color: Rust. HEX triplet: AE, 4A and 18. RGB value is (174,74,24). Sum of RGB (Red+Green+Blue) = 174+74+24=272 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.97% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4A18 is #51B5E7. Grayscale: #626262. Windows color (decimal): -5354984 or 1591982. OLE color: 1591982.

HSL color Cylindrical-coordinate representation of color #AE4A18: hue angle of 20º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE4A18 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 74 24 -
CMYK 0 0.57 0.86 0.32
HSL 20º 0.76% 0.39% -
HSV(B) 20º 0.86% 0.68% -
XYZ 20.07 13.96 2.5 -
YUV 98.2 86.13 182.07 -
System Red Green Blue C M Y K H S L
Decimal 174 74 24 0 0.57 0.86 0.32 20 0.76 0.39
Hex AE 4A 18 0 39 56 20 14 4C 27
Octal 256 112 30 0 71 126 40 24 114 47
Binary 10101110 1001010 11000 0 111001 1010110 100000 10100 1001100 100111

Color Harmonies of #AE4A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4A18

Black with #AE4A18

Text Example


Text Example

White with #AE4A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4A18; }

 p { color: rgb(174,74,24); }

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

background-color css

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

 a { background-color: rgb(174,74,24); }

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

border-color css

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

 span { border-color: rgb(174,74,24); }

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