Html Css Color HEX #AE4218 Rust

📋 copy color: '#AE4218'

red 174 ◦ green 66 ◦ blue 24

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

Shades of Rust #AE4218

Tints of Rust #AE4218

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25%

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

R = 65.91%
G = 25%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE4218 (or 0xAE4218) is known color: Rust. HEX triplet: AE, 42 and 18. RGB value is (174,66,24). Sum of RGB (Red+Green+Blue) = 174+66+24=264 (34% of max value = 765). Red value is 174 (68.36% from 255 or 65.91% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4218 is #51BDE7. Grayscale: #5D5D5D. Windows color (decimal): -5357032 or 1589934. OLE color: 1589934.

HSL color Cylindrical-coordinate representation of color #AE4218: hue angle of 16.8º 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 #AE4218 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 66 24 -
CMYK 0 0.62 0.86 0.32
HSL 16.8º 0.76% 0.39% -
HSV(B) 16.8º 0.86% 0.68% -
XYZ 19.57 12.96 2.33 -
YUV 93.5 88.78 185.42 -
System Red Green Blue C M Y K H S L
Decimal 174 66 24 0 0.62 0.86 0.32 16.8 0.76 0.39
Hex AE 42 18 0 3E 56 20 11 4C 27
Octal 256 102 30 0 76 126 40 21 114 47
Binary 10101110 1000010 11000 0 111110 1010110 100000 10001 1001100 100111

Color Harmonies of #AE4218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4218

Black with #AE4218

Text Example


Text Example

White with #AE4218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4218; }

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

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

background-color css

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

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

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

border-color css

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

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

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