Html Css Color HEX #AE4719 Rust

📋 copy color: '#AE4719'

red 174 ◦ green 71 ◦ blue 25

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

Shades of Rust #AE4719

Tints of Rust #AE4719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.26%

R = 64.44%
G = 26.3%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE4719 (or 0xAE4719) is known color: Rust. HEX triplet: AE, 47 and 19. RGB value is (174,71,25). Sum of RGB (Red+Green+Blue) = 174+71+25=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4719 is #51B8E6. Grayscale: #606060. Windows color (decimal): -5355751 or 1656750. OLE color: 1656750.

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

Color convert

RGB 174 71 25 -
CMYK 0 0.59 0.86 0.32
HSL 18.52º 0.75% 0.39% -
HSV(B) 18.52º 0.86% 0.68% -
XYZ 19.88 13.58 2.49 -
YUV 96.55 87.62 183.24 -
System Red Green Blue C M Y K H S L
Decimal 174 71 25 0 0.59 0.86 0.32 18.52 0.75 0.39
Hex AE 47 19 0 3B 56 20 13 4B 27
Octal 256 107 31 0 73 126 40 23 113 47
Binary 10101110 1000111 11001 0 111011 1010110 100000 10011 1001011 100111

Color Harmonies of #AE4719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4719

Black with #AE4719

Text Example


Text Example

White with #AE4719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4719; }

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

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

background-color css

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

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

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

border-color css

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

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

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