Html Css Color HEX #AE4707 Rust

📋 copy color: '#AE4707'

red 174 ◦ green 71 ◦ blue 7

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

Shades of Rust #AE4707

Tints of Rust #AE4707

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.17%

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

R = 69.05%
G = 28.17%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AE4707 (or 0xAE4707) is known color: Rust. HEX triplet: AE, 47 and 07. RGB value is (174,71,7). Sum of RGB (Red+Green+Blue) = 174+71+7=252 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.05% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4707 is #51B8F8. Grayscale: #5E5E5E. Windows color (decimal): -5355769 or 477102. OLE color: 477102.

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

Color convert

RGB 174 71 7 -
CMYK 0 0.59 0.96 0.32
HSL 22.99º 0.92% 0.35% -
HSV(B) 22.99º 0.96% 0.68% -
XYZ 19.75 13.52 1.77 -
YUV 94.5 78.62 184.7 -
System Red Green Blue C M Y K H S L
Decimal 174 71 7 0 0.59 0.96 0.32 22.99 0.92 0.35
Hex AE 47 7 0 3B 60 20 17 5C 23
Octal 256 107 7 0 73 140 40 27 134 43
Binary 10101110 1000111 111 0 111011 1100000 100000 10111 1011100 100011

Color Harmonies of #AE4707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4707

Black with #AE4707

Text Example


Text Example

White with #AE4707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4707; }

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

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

background-color css

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

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

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

border-color css

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

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

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