Html Css Color HEX #AA3307 Rust

📋 copy color: '#AA3307'

red 170 ◦ green 51 ◦ blue 7

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

Shades of Rust #AA3307

Tints of Rust #AA3307

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.37%

 BLUE value IS 7 (3.13% from 255) = 3.07%

R = 74.56%
G = 22.37%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA3307 (or 0xAA3307) is known color: Rust. HEX triplet: AA, 33 and 07. RGB value is (170,51,7). Sum of RGB (Red+Green+Blue) = 170+51+7=228 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.56% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3307 is #55CCF8. Grayscale: #515151. Windows color (decimal): -5623033 or 471978. OLE color: 471978.

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

Color convert

RGB 170 51 7 -
CMYK 0 0.7 0.96 0.33
HSL 16.2º 0.92% 0.35% -
HSV(B) 16.2º 0.96% 0.67% -
XYZ 17.8 10.93 1.37 -
YUV 81.57 85.92 191.08 -
System Red Green Blue C M Y K H S L
Decimal 170 51 7 0 0.7 0.96 0.33 16.2 0.92 0.35
Hex AA 33 7 0 46 60 21 10 5C 23
Octal 252 63 7 0 106 140 41 20 134 43
Binary 10101010 110011 111 0 1000110 1100000 100001 10000 1011100 100011

Color Harmonies of #AA3307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3307

Black with #AA3307

Text Example


Text Example

White with #AA3307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3307; }

 p { color: rgb(170,51,7); }

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

background-color css

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

 a { background-color: rgb(170,51,7); }

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

border-color css

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

 span { border-color: rgb(170,51,7); }

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