Html Css Color HEX #AE4D01 Rust

📋 copy color: '#AE4D01'

red 174 ◦ green 77 ◦ blue 1

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

Shades of Rust #AE4D01

Tints of Rust #AE4D01

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.56%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 69.05%
G = 30.56%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE4D01 (or 0xAE4D01) is known color: Rust. HEX triplet: AE, 4D and 01. RGB value is (174,77,1). Sum of RGB (Red+Green+Blue) = 174+77+1=252 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.05% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE4D01 is #51B2FE. Grayscale: #616161. Windows color (decimal): -5354239 or 85422. OLE color: 85422.

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

Color convert

RGB 174 77 1 -
CMYK 0 0.56 0.99 0.32
HSL 26.36º 0.99% 0.34% -
HSV(B) 26.36º 0.99% 0.68% -
XYZ 20.11 14.31 1.73 -
YUV 97.34 73.64 182.68 -
System Red Green Blue C M Y K H S L
Decimal 174 77 1 0 0.56 0.99 0.32 26.36 0.99 0.34
Hex AE 4D 1 0 38 63 20 1A 63 22
Octal 256 115 1 0 70 143 40 32 143 42
Binary 10101110 1001101 1 0 111000 1100011 100000 11010 1100011 100010

Color Harmonies of #AE4D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4D01

Black with #AE4D01

Text Example


Text Example

White with #AE4D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4D01; }

 p { color: rgb(174,77,1); }

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

background-color css

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

 a { background-color: rgb(174,77,1); }

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

border-color css

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

 span { border-color: rgb(174,77,1); }

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