Html Css Color HEX #AE4A04 Rust

📋 copy color: '#AE4A04'

red 174 ◦ green 74 ◦ blue 4

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

Shades of Rust #AE4A04

Tints of Rust #AE4A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.59%

R = 69.05%
G = 29.37%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AE4A04 (or 0xAE4A04) is known color: Rust. HEX triplet: AE, 4A and 04. RGB value is (174,74,4). Sum of RGB (Red+Green+Blue) = 174+74+4=252 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.05% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4A04 is #51B5FB. Grayscale: #606060. Windows color (decimal): -5355004 or 281262. OLE color: 281262.

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

Color convert

RGB 174 74 4 -
CMYK 0 0.57 0.98 0.32
HSL 24.71º 0.96% 0.35% -
HSV(B) 24.71º 0.98% 0.68% -
XYZ 19.93 13.91 1.75 -
YUV 95.92 76.13 183.69 -
System Red Green Blue C M Y K H S L
Decimal 174 74 4 0 0.57 0.98 0.32 24.71 0.96 0.35
Hex AE 4A 4 0 39 62 20 19 60 23
Octal 256 112 4 0 71 142 40 31 140 43
Binary 10101110 1001010 100 0 111001 1100010 100000 11001 1100000 100011

Color Harmonies of #AE4A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4A04

Black with #AE4A04

Text Example


Text Example

White with #AE4A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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