Html Css Color HEX #AE4F16 Rust

📋 copy color: '#AE4F16'

red 174 ◦ green 79 ◦ blue 22

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

Shades of Rust #AE4F16

Tints of Rust #AE4F16

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.73%

 BLUE value IS 22 (8.98% from 255) = 8%

R = 63.27%
G = 28.73%
B = 8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AE4F16 (or 0xAE4F16) is known color: Rust. HEX triplet: AE, 4F and 16. RGB value is (174,79,22). Sum of RGB (Red+Green+Blue) = 174+79+22=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE4F16 is #51B0E9. Grayscale: #656565. Windows color (decimal): -5353706 or 1462190. OLE color: 1462190.

HSL color Cylindrical-coordinate representation of color #AE4F16: hue angle of 22.5º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE4F16 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 79 22 -
CMYK 0 0.55 0.87 0.32
HSL 22.5º 0.78% 0.38% -
HSV(B) 22.5º 0.87% 0.68% -
XYZ 20.4 14.65 2.51 -
YUV 100.91 83.47 180.13 -
System Red Green Blue C M Y K H S L
Decimal 174 79 22 0 0.55 0.87 0.32 22.5 0.78 0.38
Hex AE 4F 16 0 37 57 20 16 4E 26
Octal 256 117 26 0 67 127 40 26 116 46
Binary 10101110 1001111 10110 0 110111 1010111 100000 10110 1001110 100110

Color Harmonies of #AE4F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4F16

Black with #AE4F16

Text Example


Text Example

White with #AE4F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4F16; }

 p { color: rgb(174,79,22); }

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

background-color css

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

 a { background-color: rgb(174,79,22); }

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

border-color css

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

 span { border-color: rgb(174,79,22); }

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