Html Css Color HEX #AA3A06 Rust

📋 copy color: '#AA3A06'

red 170 ◦ green 58 ◦ blue 6

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

Shades of Rust #AA3A06

Tints of Rust #AA3A06

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.79%

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

R = 72.65%
G = 24.79%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA3A06 (or 0xAA3A06) is known color: Rust. HEX triplet: AA, 3A and 06. RGB value is (170,58,6). Sum of RGB (Red+Green+Blue) = 170+58+6=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 6 (2.73% from 255 or 2.56% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3A06 is #55C5F9. Grayscale: #555555. Windows color (decimal): -5621242 or 408234. OLE color: 408234.

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

Color convert

RGB 170 58 6 -
CMYK 0 0.66 0.96 0.33
HSL 19.02º 0.93% 0.35% -
HSV(B) 19.02º 0.96% 0.67% -
XYZ 18.12 11.59 1.45 -
YUV 85.56 83.11 188.23 -
System Red Green Blue C M Y K H S L
Decimal 170 58 6 0 0.66 0.96 0.33 19.02 0.93 0.35
Hex AA 3A 6 0 42 60 21 13 5D 23
Octal 252 72 6 0 102 140 41 23 135 43
Binary 10101010 111010 110 0 1000010 1100000 100001 10011 1011101 100011

Color Harmonies of #AA3A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3A06

Black with #AA3A06

Text Example


Text Example

White with #AA3A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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