Html Css Color HEX #AE4D06 Rust

📋 copy color: '#AE4D06'

red 174 ◦ green 77 ◦ blue 6

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

Shades of Rust #AE4D06

Tints of Rust #AE4D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.33%

R = 67.7%
G = 29.96%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AE4D06 (or 0xAE4D06) is known color: Rust. HEX triplet: AE, 4D and 06. RGB value is (174,77,6). Sum of RGB (Red+Green+Blue) = 174+77+6=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE4D06 is #51B2F9. Grayscale: #626262. Windows color (decimal): -5354234 or 413102. OLE color: 413102.

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

Color convert

RGB 174 77 6 -
CMYK 0 0.56 0.97 0.32
HSL 25.36º 0.93% 0.35% -
HSV(B) 25.36º 0.97% 0.68% -
XYZ 20.14 14.32 1.87 -
YUV 97.91 76.14 182.27 -
System Red Green Blue C M Y K H S L
Decimal 174 77 6 0 0.56 0.97 0.32 25.36 0.93 0.35
Hex AE 4D 6 0 38 61 20 19 5D 23
Octal 256 115 6 0 70 141 40 31 135 43
Binary 10101110 1001101 110 0 111000 1100001 100000 11001 1011101 100011

Color Harmonies of #AE4D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4D06

Black with #AE4D06

Text Example


Text Example

White with #AE4D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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