Html Css Color HEX #AA3B06 Rust

📋 copy color: '#AA3B06'

red 170 ◦ green 59 ◦ blue 6

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

Shades of Rust #AA3B06

Tints of Rust #AA3B06

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.11%

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

R = 72.34%
G = 25.11%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA3B06 (or 0xAA3B06) is known color: Rust. HEX triplet: AA, 3B and 06. RGB value is (170,59,6). Sum of RGB (Red+Green+Blue) = 170+59+6=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3B06 is #55C4F9. Grayscale: #565656. Windows color (decimal): -5620986 or 408490. OLE color: 408490.

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

Color convert

RGB 170 59 6 -
CMYK 0 0.65 0.96 0.33
HSL 19.39º 0.93% 0.35% -
HSV(B) 19.39º 0.96% 0.67% -
XYZ 18.17 11.69 1.47 -
YUV 86.15 82.77 187.81 -
System Red Green Blue C M Y K H S L
Decimal 170 59 6 0 0.65 0.96 0.33 19.39 0.93 0.35
Hex AA 3B 6 0 41 60 21 13 5D 23
Octal 252 73 6 0 101 140 41 23 135 43
Binary 10101010 111011 110 0 1000001 1100000 100001 10011 1011101 100011

Color Harmonies of #AA3B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3B06

Black with #AA3B06

Text Example


Text Example

White with #AA3B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3B06; }

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

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

background-color css

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

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

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

border-color css

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

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

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