Html Css Color HEX #AE4207 Rust

📋 copy color: '#AE4207'

red 174 ◦ green 66 ◦ blue 7

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

Shades of Rust #AE4207

Tints of Rust #AE4207

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.72%

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

R = 70.45%
G = 26.72%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AE4207 (or 0xAE4207) is known color: Rust. HEX triplet: AE, 42 and 07. RGB value is (174,66,7). Sum of RGB (Red+Green+Blue) = 174+66+7=247 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.45% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4207 is #51BDF8. Grayscale: #5B5B5B. Windows color (decimal): -5357049 or 475822. OLE color: 475822.

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

Color convert

RGB 174 66 7 -
CMYK 0 0.62 0.96 0.32
HSL 21.2º 0.92% 0.35% -
HSV(B) 21.2º 0.96% 0.68% -
XYZ 19.44 12.91 1.67 -
YUV 91.57 80.28 186.8 -
System Red Green Blue C M Y K H S L
Decimal 174 66 7 0 0.62 0.96 0.32 21.2 0.92 0.35
Hex AE 42 7 0 3E 60 20 15 5C 23
Octal 256 102 7 0 76 140 40 25 134 43
Binary 10101110 1000010 111 0 111110 1100000 100000 10101 1011100 100011

Color Harmonies of #AE4207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4207

Black with #AE4207

Text Example


Text Example

White with #AE4207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4207; }

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

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

background-color css

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

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

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

border-color css

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

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

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