Html Css Color HEX #AE4902 Rust

📋 copy color: '#AE4902'

red 174 ◦ green 73 ◦ blue 2

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

Shades of Rust #AE4902

Tints of Rust #AE4902

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.32%

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

R = 69.88%
G = 29.32%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE4902 (or 0xAE4902) is known color: Rust. HEX triplet: AE, 49 and 02. RGB value is (174,73,2). Sum of RGB (Red+Green+Blue) = 174+73+2=249 (32% of max value = 765). Red value is 174 (68.36% from 255 or 69.88% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4902 is #51B6FD. Grayscale: #5F5F5F. Windows color (decimal): -5355262 or 149934. OLE color: 149934.

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

Color convert

RGB 174 73 2 -
CMYK 0 0.58 0.99 0.32
HSL 24.77º 0.98% 0.35% -
HSV(B) 24.77º 0.99% 0.68% -
XYZ 19.85 13.77 1.67 -
YUV 95.11 75.46 184.27 -
System Red Green Blue C M Y K H S L
Decimal 174 73 2 0 0.58 0.99 0.32 24.77 0.98 0.35
Hex AE 49 2 0 3A 63 20 19 62 23
Octal 256 111 2 0 72 143 40 31 142 43
Binary 10101110 1001001 10 0 111010 1100011 100000 11001 1100010 100011

Color Harmonies of #AE4902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4902

Black with #AE4902

Text Example


Text Example

White with #AE4902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4902; }

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

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

background-color css

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

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

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

border-color css

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

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

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