Html Css Color HEX #AA5307 Rust

📋 copy color: '#AA5307'

red 170 ◦ green 83 ◦ blue 7

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

Shades of Rust #AA5307

Tints of Rust #AA5307

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.92%

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

R = 65.38%
G = 31.92%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA5307 (or 0xAA5307) is known color: Rust. HEX triplet: AA, 53 and 07. RGB value is (170,83,7). Sum of RGB (Red+Green+Blue) = 170+83+7=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5307 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5307 is #55ACF8. Grayscale: #646464. Windows color (decimal): -5614841 or 480170. OLE color: 480170.

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

Color convert

RGB 170 83 7 -
CMYK 0 0.51 0.96 0.33
HSL 27.98º 0.92% 0.35% -
HSV(B) 27.98º 0.96% 0.67% -
XYZ 19.71 14.75 2.01 -
YUV 100.35 75.32 177.68 -
System Red Green Blue C M Y K H S L
Decimal 170 83 7 0 0.51 0.96 0.33 27.98 0.92 0.35
Hex AA 53 7 0 33 60 21 1C 5C 23
Octal 252 123 7 0 63 140 41 34 134 43
Binary 10101010 1010011 111 0 110011 1100000 100001 11100 1011100 100011

Color Harmonies of #AA5307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5307

Black with #AA5307

Text Example


Text Example

White with #AA5307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5307; }

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

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

background-color css

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

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

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

border-color css

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

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

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