Html Css Color HEX #AE5602 Rust

📋 copy color: '#AE5602'

red 174 ◦ green 86 ◦ blue 2

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

Shades of Rust #AE5602

Tints of Rust #AE5602

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.82%

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

R = 66.41%
G = 32.82%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE5602 (or 0xAE5602) is known color: Rust. HEX triplet: AE, 56 and 02. RGB value is (174,86,2). Sum of RGB (Red+Green+Blue) = 174+86+2=262 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.41% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5602 is #51A9FD. Grayscale: #676767. Windows color (decimal): -5351934 or 153262. OLE color: 153262.

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

Color convert

RGB 174 86 2 -
CMYK 0 0.51 0.99 0.32
HSL 29.3º 0.98% 0.35% -
HSV(B) 29.3º 0.99% 0.68% -
XYZ 20.79 15.66 1.98 -
YUV 102.74 71.15 178.83 -
System Red Green Blue C M Y K H S L
Decimal 174 86 2 0 0.51 0.99 0.32 29.3 0.98 0.35
Hex AE 56 2 0 33 63 20 1D 62 23
Octal 256 126 2 0 63 143 40 35 142 43
Binary 10101110 1010110 10 0 110011 1100011 100000 11101 1100010 100011

Color Harmonies of #AE5602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5602

Black with #AE5602

Text Example


Text Example

White with #AE5602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5602; }

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

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

background-color css

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

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

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

border-color css

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

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

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