Html Css Color HEX #AE530F Rust

📋 copy color: '#AE530F'

red 174 ◦ green 83 ◦ blue 15

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

Shades of Rust #AE530F

Tints of Rust #AE530F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.51%

 BLUE value IS 15 (6.25% from 255) = 5.51%

R = 63.97%
G = 30.51%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AE530F (or 0xAE530F) is known color: Rust. HEX triplet: AE, 53 and 0F. RGB value is (174,83,15). Sum of RGB (Red+Green+Blue) = 174+83+15=272 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.97% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 174 - color contains mainly: red. Hex color #AE530F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE530F is #51ACF0. Grayscale: #666666. Windows color (decimal): -5352689 or 1004462. OLE color: 1004462.

HSL color Cylindrical-coordinate representation of color #AE530F: hue angle of 25.66º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE530F is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 83 15 -
CMYK 0 0.52 0.91 0.32
HSL 25.66º 0.84% 0.37% -
HSV(B) 25.66º 0.91% 0.68% -
XYZ 20.64 15.22 2.3 -
YUV 102.46 78.65 179.03 -
System Red Green Blue C M Y K H S L
Decimal 174 83 15 0 0.52 0.91 0.32 25.66 0.84 0.37
Hex AE 53 F 0 34 5B 20 1A 54 25
Octal 256 123 17 0 64 133 40 32 124 45
Binary 10101110 1010011 1111 0 110100 1011011 100000 11010 1010100 100101

Color Harmonies of #AE530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE530F

Black with #AE530F

Text Example


Text Example

White with #AE530F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE530F; }

 p { color: rgb(174,83,15); }

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

background-color css

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

 a { background-color: rgb(174,83,15); }

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

border-color css

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

 span { border-color: rgb(174,83,15); }

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