Html Css Color HEX #AE4804 Rust

📋 copy color: '#AE4804'

red 174 ◦ green 72 ◦ blue 4

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

Shades of Rust #AE4804

Tints of Rust #AE4804

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.8%

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

R = 69.6%
G = 28.8%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AE4804 (or 0xAE4804) is known color: Rust. HEX triplet: AE, 48 and 04. RGB value is (174,72,4). Sum of RGB (Red+Green+Blue) = 174+72+4=250 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.6% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4804 is #51B7FB. Grayscale: #5F5F5F. Windows color (decimal): -5355516 or 280750. OLE color: 280750.

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

Color convert

RGB 174 72 4 -
CMYK 0 0.59 0.98 0.32
HSL 24º 0.96% 0.35% -
HSV(B) 24º 0.98% 0.68% -
XYZ 19.79 13.64 1.7 -
YUV 94.75 76.79 184.53 -
System Red Green Blue C M Y K H S L
Decimal 174 72 4 0 0.59 0.98 0.32 24 0.96 0.35
Hex AE 48 4 0 3B 62 20 18 60 23
Octal 256 110 4 0 73 142 40 30 140 43
Binary 10101110 1001000 100 0 111011 1100010 100000 11000 1100000 100011

Color Harmonies of #AE4804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4804

Black with #AE4804

Text Example


Text Example

White with #AE4804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4804; }

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

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

background-color css

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

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

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

border-color css

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

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

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