Html Css Color HEX #AE4607 Rust

📋 copy color: '#AE4607'

red 174 ◦ green 70 ◦ blue 7

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

Shades of Rust #AE4607

Tints of Rust #AE4607

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.89%

 BLUE value IS 7 (3.13% from 255) = 2.79%

R = 69.32%
G = 27.89%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AE4607 (or 0xAE4607) is known color: Rust. HEX triplet: AE, 46 and 07. RGB value is (174,70,7). Sum of RGB (Red+Green+Blue) = 174+70+7=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4607 is #51B9F8. Grayscale: #5E5E5E. Windows color (decimal): -5356025 or 476846. OLE color: 476846.

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

Color convert

RGB 174 70 7 -
CMYK 0 0.60 0.96 0.32
HSL 22.63º 0.92% 0.35% -
HSV(B) 22.63º 0.96% 0.68% -
XYZ 19.68 13.39 1.75 -
YUV 93.91 78.96 185.12 -
System Red Green Blue C M Y K H S L
Decimal 174 70 7 0 0.60 0.96 0.32 22.63 0.92 0.35
Hex AE 46 7 0 3C 60 20 17 5C 23
Octal 256 106 7 0 74 140 40 27 134 43
Binary 10101110 1000110 111 0 111100 1100000 100000 10111 1011100 100011

Color Harmonies of #AE4607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4607

Black with #AE4607

Text Example


Text Example

White with #AE4607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4607; }

 p { color: rgb(174,70,7); }

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

background-color css

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

 a { background-color: rgb(174,70,7); }

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

border-color css

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

 span { border-color: rgb(174,70,7); }

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