Html Css Color HEX #AE4802 Rust

📋 copy color: '#AE4802'

red 174 ◦ green 72 ◦ blue 2

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

Shades of Rust #AE4802

Tints of Rust #AE4802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 70.16%
G = 29.03%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE4802 (or 0xAE4802) is known color: Rust. HEX triplet: AE, 48 and 02. RGB value is (174,72,2). Sum of RGB (Red+Green+Blue) = 174+72+2=248 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.16% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4802 is #51B7FD. Grayscale: #5E5E5E. Windows color (decimal): -5355518 or 149678. OLE color: 149678.

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

Color convert

RGB 174 72 2 -
CMYK 0 0.59 0.99 0.32
HSL 24.42º 0.98% 0.35% -
HSV(B) 24.42º 0.99% 0.68% -
XYZ 19.78 13.64 1.65 -
YUV 94.52 75.79 184.69 -
System Red Green Blue C M Y K H S L
Decimal 174 72 2 0 0.59 0.99 0.32 24.42 0.98 0.35
Hex AE 48 2 0 3B 63 20 18 62 23
Octal 256 110 2 0 73 143 40 30 142 43
Binary 10101110 1001000 10 0 111011 1100011 100000 11000 1100010 100011

Color Harmonies of #AE4802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4802

Black with #AE4802

Text Example


Text Example

White with #AE4802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4802; }

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

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

background-color css

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

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

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

border-color css

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

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

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