Html Css Color HEX #AA4607 Rust

📋 copy color: '#AA4607'

red 170 ◦ green 70 ◦ blue 7

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

Shades of Rust #AA4607

Tints of Rust #AA4607

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.34%

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

R = 68.83%
G = 28.34%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA4607 (or 0xAA4607) is known color: Rust. HEX triplet: AA, 46 and 07. RGB value is (170,70,7). Sum of RGB (Red+Green+Blue) = 170+70+7=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4607 is #55B9F8. Grayscale: #5D5D5D. Windows color (decimal): -5618169 or 476842. OLE color: 476842.

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

Color convert

RGB 170 70 7 -
CMYK 0 0.59 0.96 0.33
HSL 23.19º 0.92% 0.35% -
HSV(B) 23.19º 0.96% 0.67% -
XYZ 18.81 12.94 1.71 -
YUV 92.72 79.63 183.12 -
System Red Green Blue C M Y K H S L
Decimal 170 70 7 0 0.59 0.96 0.33 23.19 0.92 0.35
Hex AA 46 7 0 3B 60 21 17 5C 23
Octal 252 106 7 0 73 140 41 27 134 43
Binary 10101010 1000110 111 0 111011 1100000 100001 10111 1011100 100011

Color Harmonies of #AA4607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4607

Black with #AA4607

Text Example


Text Example

White with #AA4607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4607; }

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

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

background-color css

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

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

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

border-color css

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

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

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