Html Css Color HEX #AA3206 Rust

📋 copy color: '#AA3206'

red 170 ◦ green 50 ◦ blue 6

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

Shades of Rust #AA3206

Tints of Rust #AA3206

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.12%

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

R = 75.22%
G = 22.12%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA3206 (or 0xAA3206) is known color: Rust. HEX triplet: AA, 32 and 06. RGB value is (170,50,6). Sum of RGB (Red+Green+Blue) = 170+50+6=226 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.22% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 6 (2.73% from 255 or 2.65% from 226); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3206 is #55CDF9. Grayscale: #515151. Windows color (decimal): -5623290 or 406186. OLE color: 406186.

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

Color convert

RGB 170 50 6 -
CMYK 0 0.71 0.96 0.33
HSL 16.1º 0.93% 0.35% -
HSV(B) 16.1º 0.96% 0.67% -
XYZ 17.75 10.84 1.33 -
YUV 80.86 85.76 191.58 -
System Red Green Blue C M Y K H S L
Decimal 170 50 6 0 0.71 0.96 0.33 16.1 0.93 0.35
Hex AA 32 6 0 47 60 21 10 5D 23
Octal 252 62 6 0 107 140 41 20 135 43
Binary 10101010 110010 110 0 1000111 1100000 100001 10000 1011101 100011

Color Harmonies of #AA3206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3206

Black with #AA3206

Text Example


Text Example

White with #AA3206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3206; }

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

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

background-color css

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

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

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

border-color css

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

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

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