Html Css Color HEX #AA3406 Rust

📋 copy color: '#AA3406'

red 170 ◦ green 52 ◦ blue 6

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

Shades of Rust #AA3406

Tints of Rust #AA3406

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.81%

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

R = 74.56%
G = 22.81%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA3406 (or 0xAA3406) is known color: Rust. HEX triplet: AA, 34 and 06. RGB value is (170,52,6). Sum of RGB (Red+Green+Blue) = 170+52+6=228 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.56% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3406 is #55CBF9. Grayscale: #525252. Windows color (decimal): -5622778 or 406698. OLE color: 406698.

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

Color convert

RGB 170 52 6 -
CMYK 0 0.69 0.96 0.33
HSL 16.83º 0.93% 0.35% -
HSV(B) 16.83º 0.96% 0.67% -
XYZ 17.84 11.02 1.36 -
YUV 82.04 85.09 190.74 -
System Red Green Blue C M Y K H S L
Decimal 170 52 6 0 0.69 0.96 0.33 16.83 0.93 0.35
Hex AA 34 6 0 45 60 21 11 5D 23
Octal 252 64 6 0 105 140 41 21 135 43
Binary 10101010 110100 110 0 1000101 1100000 100001 10001 1011101 100011

Color Harmonies of #AA3406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3406

Black with #AA3406

Text Example


Text Example

White with #AA3406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3406; }

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

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

background-color css

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

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

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

border-color css

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

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

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