Html Css Color HEX #AE4A07 Rust

📋 copy color: '#AE4A07'

red 174 ◦ green 74 ◦ blue 7

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

Shades of Rust #AE4A07

Tints of Rust #AE4A07

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.02%

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

R = 68.24%
G = 29.02%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AE4A07 (or 0xAE4A07) is known color: Rust. HEX triplet: AE, 4A and 07. RGB value is (174,74,7). Sum of RGB (Red+Green+Blue) = 174+74+7=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4A07 is #51B5F8. Grayscale: #606060. Windows color (decimal): -5355001 or 477870. OLE color: 477870.

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

Color convert

RGB 174 74 7 -
CMYK 0 0.57 0.96 0.32
HSL 24.07º 0.92% 0.35% -
HSV(B) 24.07º 0.96% 0.68% -
XYZ 19.94 13.91 1.84 -
YUV 96.26 77.63 183.45 -
System Red Green Blue C M Y K H S L
Decimal 174 74 7 0 0.57 0.96 0.32 24.07 0.92 0.35
Hex AE 4A 7 0 39 60 20 18 5C 23
Octal 256 112 7 0 71 140 40 30 134 43
Binary 10101110 1001010 111 0 111001 1100000 100000 11000 1011100 100011

Color Harmonies of #AE4A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4A07

Black with #AE4A07

Text Example


Text Example

White with #AE4A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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