Html Css Color HEX #AE4F03 Rust

📋 copy color: '#AE4F03'

red 174 ◦ green 79 ◦ blue 3

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

Shades of Rust #AE4F03

Tints of Rust #AE4F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.17%

R = 67.97%
G = 30.86%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AE4F03 (or 0xAE4F03) is known color: Rust. HEX triplet: AE, 4F and 03. RGB value is (174,79,3). Sum of RGB (Red+Green+Blue) = 174+79+3=256 (33% of max value = 765). Red value is 174 (68.36% from 255 or 67.97% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE4F03 is #51B0FC. Grayscale: #636363. Windows color (decimal): -5353725 or 217006. OLE color: 217006.

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

Color convert

RGB 174 79 3 -
CMYK 0 0.55 0.98 0.32
HSL 26.67º 0.97% 0.35% -
HSV(B) 26.67º 0.98% 0.68% -
XYZ 20.27 14.6 1.84 -
YUV 98.74 73.97 181.68 -
System Red Green Blue C M Y K H S L
Decimal 174 79 3 0 0.55 0.98 0.32 26.67 0.97 0.35
Hex AE 4F 3 0 37 62 20 1B 61 23
Octal 256 117 3 0 67 142 40 33 141 43
Binary 10101110 1001111 11 0 110111 1100010 100000 11011 1100001 100011

Color Harmonies of #AE4F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4F03

Black with #AE4F03

Text Example


Text Example

White with #AE4F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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