Html Css Color HEX #AE3706 Rust

📋 copy color: '#AE3706'

red 174 ◦ green 55 ◦ blue 6

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

Shades of Rust #AE3706

Tints of Rust #AE3706

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.4%

 BLUE value IS 6 (2.73% from 255) = 2.55%

R = 74.04%
G = 23.4%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AE3706 (or 0xAE3706) is known color: Rust. HEX triplet: AE, 37 and 06. RGB value is (174,55,6). Sum of RGB (Red+Green+Blue) = 174+55+6=235 (31% of max value = 765). Red value is 174 (68.36% from 255 or 74.04% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3706 is #51C8F9. Grayscale: #555555. Windows color (decimal): -5359866 or 407470. OLE color: 407470.

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

Color convert

RGB 174 55 6 -
CMYK 0 0.68 0.97 0.32
HSL 17.5º 0.93% 0.35% -
HSV(B) 17.5º 0.97% 0.68% -
XYZ 18.85 11.74 1.45 -
YUV 85 83.42 191.48 -
System Red Green Blue C M Y K H S L
Decimal 174 55 6 0 0.68 0.97 0.32 17.5 0.93 0.35
Hex AE 37 6 0 44 61 20 12 5D 23
Octal 256 67 6 0 104 141 40 22 135 43
Binary 10101110 110111 110 0 1000100 1100001 100000 10010 1011101 100011

Color Harmonies of #AE3706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3706

Black with #AE3706

Text Example


Text Example

White with #AE3706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3706; }

 p { color: rgb(174,55,6); }

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

background-color css

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

 a { background-color: rgb(174,55,6); }

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

border-color css

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

 span { border-color: rgb(174,55,6); }

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