Html Css Color HEX #AA3F07 Rust

📋 copy color: '#AA3F07'

red 170 ◦ green 63 ◦ blue 7

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

Shades of Rust #AA3F07

Tints of Rust #AA3F07

RGB

 RED value IS 170 (66.8% from 255) = 70.83%

 GREEN value IS 63 (25% from 255) = 26.25%

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

R = 70.83%
G = 26.25%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA3F07 (or 0xAA3F07) is known color: Rust. HEX triplet: AA, 3F and 07. RGB value is (170,63,7). Sum of RGB (Red+Green+Blue) = 170+63+7=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3F07 is #55C0F8. Grayscale: #585858. Windows color (decimal): -5619961 or 475050. OLE color: 475050.

HSL color Cylindrical-coordinate representation of color #AA3F07: hue angle of 20.61º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA3F07 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 63 7 -
CMYK 0 0.63 0.96 0.33
HSL 20.61º 0.92% 0.35% -
HSV(B) 20.61º 0.96% 0.67% -
XYZ 18.39 12.12 1.57 -
YUV 88.61 81.95 186.05 -
System Red Green Blue C M Y K H S L
Decimal 170 63 7 0 0.63 0.96 0.33 20.61 0.92 0.35
Hex AA 3F 7 0 3F 60 21 15 5C 23
Octal 252 77 7 0 77 140 41 25 134 43
Binary 10101010 111111 111 0 111111 1100000 100001 10101 1011100 100011

Color Harmonies of #AA3F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3F07

Black with #AA3F07

Text Example


Text Example

White with #AA3F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3F07; }

 p { color: rgb(170,63,7); }

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

background-color css

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

 a { background-color: rgb(170,63,7); }

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

border-color css

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

 span { border-color: rgb(170,63,7); }

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