Html Css Color HEX #AA4706 Rust

📋 copy color: '#AA4706'

red 170 ◦ green 71 ◦ blue 6

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

Shades of Rust #AA4706

Tints of Rust #AA4706

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.74%

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

R = 68.83%
G = 28.74%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA4706 (or 0xAA4706) is known color: Rust. HEX triplet: AA, 47 and 06. RGB value is (170,71,6). Sum of RGB (Red+Green+Blue) = 170+71+6=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4706 is #55B8F9. Grayscale: #5D5D5D. Windows color (decimal): -5617914 or 411562. OLE color: 411562.

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

Color convert

RGB 170 71 6 -
CMYK 0 0.58 0.96 0.33
HSL 23.78º 0.93% 0.35% -
HSV(B) 23.78º 0.96% 0.67% -
XYZ 18.86 13.07 1.7 -
YUV 93.19 78.8 182.79 -
System Red Green Blue C M Y K H S L
Decimal 170 71 6 0 0.58 0.96 0.33 23.78 0.93 0.35
Hex AA 47 6 0 3A 60 21 18 5D 23
Octal 252 107 6 0 72 140 41 30 135 43
Binary 10101010 1000111 110 0 111010 1100000 100001 11000 1011101 100011

Color Harmonies of #AA4706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4706

Black with #AA4706

Text Example


Text Example

White with #AA4706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4706; }

 p { color: rgb(170,71,6); }

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

background-color css

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

 a { background-color: rgb(170,71,6); }

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

border-color css

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

 span { border-color: rgb(170,71,6); }

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